diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..037d70d --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,27 @@ | |||
1 | *.iml | ||
2 | *.log | ||
3 | .idea/ | ||
4 | .ipr | ||
5 | .iws | ||
6 | *~ | ||
7 | ~* | ||
8 | *.diff | ||
9 | *.patch | ||
10 | *.bak | ||
11 | .DS_Store | ||
12 | Thumbs.db | ||
13 | .project | ||
14 | .*proj | ||
15 | .svn/ | ||
16 | *.swp | ||
17 | *.swo | ||
18 | *.pyc | ||
19 | *.pyo | ||
20 | .build | ||
21 | node_modules | ||
22 | .cache | ||
23 | dist | ||
24 | *.css | ||
25 | build | ||
26 | lib | ||
27 | |||