Skip to content

Commit 6c981f1

Browse files
author
Duncan Hutty
committed
improve .gitignore
1 parent 2bd096f commit 6c981f1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
# Editors
12
*~
3+
*#
4+
.#*
5+
\#*#
6+
.*.sw[a-z]
7+
*.un~
8+
*.bak
9+
.idea
10+
11+
# dev/build products...
212
dist
313
build
4-
*.bak
14+
.env
515
*.py[co]
616
*.egg-info
17+
18+
# Mac OS X stuff...
19+
.DS_Store

0 commit comments

Comments
 (0)