Skip to content

Commit e9080c3

Browse files
committedMay 14, 2019
add gitignore
1 parent a1f2ab8 commit e9080c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# python
2+
*.py[cow]
3+
4+
# apple temp file of dir
5+
*.DS_Store
6+
7+
# vim temp file
8+
*.swp
9+
10+
# PyCharm .idea
11+
.idea/

0 commit comments

Comments
 (0)
Please sign in to comment.