Skip to content

Commit ad187cf

Browse files
Jeremy WongJeremy Wong
authored andcommitted
Initial commit
0 parents  commit ad187cf

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+
.idea
2+
3+
# Ignore all logfiles and tempfiles.
4+
/log/*.log
5+
/tmp
6+
7+
tmp/**/*
8+
tmp/*
9+
*.swp
10+
*~
11+
.DS_Store

0 commit comments

Comments
 (0)