We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1258fe1 commit 5b9a40fCopy full SHA for 5b9a40f
.gitignore
@@ -0,0 +1,39 @@
1
+Compiled source #
2
+###################
3
+*.com
4
+*.class
5
+*.dll
6
+*.exe
7
+*.o
8
+*.so
9
+
10
+# Packages #
11
+############
12
+# it's better to unpack these files and commit the raw source
13
+# git has its own built in compression methods
14
+*.7z
15
+*.dmg
16
+*.gz
17
+*.iso
18
+*.jar
19
+*.rar
20
+*.tar
21
+*.zip
22
+*.svn/*.*
23
24
+# Logs and databases #
25
+######################
26
+*.log
27
+*.sql
28
+*.sqlite
29
30
+# OS generated files #
31
32
+.DS_Store
33
+.DS_Store?
34
+._*
35
+.Spotlight-V100
36
+.Trashes
37
+Icon?
38
+ehthumbs.db
39
+Thumbs.db
0 commit comments