File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Compiled source #
2
+ # ##################
3
+ * .com
4
+ * .class
5
+ * .dll
6
+ * .exe
7
+ * .o
8
+ * .so
9
+ _site /
10
+
11
+ # Packages #
12
+ # ###########
13
+ # it's better to unpack these files and commit the raw source
14
+ # git has its own built in compression methods
15
+ * .7z
16
+ * .dmg
17
+ * .gz
18
+ * .iso
19
+ * .jar
20
+ * .rar
21
+ * .tar
22
+ * .zip
23
+
24
+ # Logs and databases #
25
+ # #####################
26
+ * .log
27
+ * .sql
28
+ * .sqlite
29
+
1
30
# OS generated files #
2
31
# #####################
3
32
.DS_Store
4
33
.DS_Store ?
5
34
.Spotlight-V100
6
35
.Trashes
36
+ Icon ?
7
37
ehthumbs.db
8
38
Thumbs.db
9
39
@@ -17,6 +47,7 @@ Thumbs.db
17
47
* .egg-info /
18
48
__pycache__ /
19
49
* .py [cod ]
50
+ .env
20
51
21
52
# Django #
22
53
# ################
@@ -37,3 +68,5 @@ coverage.xml
37
68
node_modules /
38
69
bower_components /
39
70
.grunt /
71
+ src /vendor /
72
+ dist /
You can’t perform that action at this time.
0 commit comments