Skip to content

Commit 9bf9c87

Browse files
committedJul 29, 2015
improve .gitignore
1 parent 6b4de62 commit 9bf9c87

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Editors
2+
*~
3+
*#
4+
.#*
5+
\#*#
6+
.*.sw[a-z]
7+
*.un~
8+
*.bak
9+
.idea
10+
11+
# dev/build products...
12+
dist
13+
build
14+
.env
15+
*.py[co]
16+
*.egg-info
17+
18+
# Mac OS X stuff...
19+
.DS_Store

0 commit comments

Comments
 (0)
Please sign in to comment.