Skip to content

Commit 66f5977

Browse files
committed
MNT: add more things to gitignore
1 parent a48b8fa commit 66f5977

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

{{cookiecutter.github_project_name}}/.gitignore

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,16 @@ cython_debug/
151151
[._]sw[a-p]
152152
[._]*.un~
153153

154-
## vscode
155-
.vscode
154+
155+
## Editor temporary/working/backup files #
156+
.#*
157+
[#]*#
158+
*~
159+
*$
160+
*.bak
161+
*.kdev4
162+
.project
163+
.pydevproject
164+
*.swp
165+
.idea
166+
.vscode/

0 commit comments

Comments
 (0)