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 df6fb88 commit 4a8748dCopy full SHA for 4a8748d
.gitignore
@@ -0,0 +1,34 @@
1
+# Packages #
2
+############
3
+*.7z
4
+*.dmg
5
+*.gz
6
+*.bz2
7
+*.iso
8
+*.jar
9
+*.rar
10
+*.tar
11
+*.zip
12
+*.tgz
13
+
14
+# Logs and databases #
15
+######################
16
+*.log
17
+*.sql
18
19
+# OS generated files #
20
21
+.DS_Store*
22
+ehthumbs.db
23
+Icon
24
25
+Thumbs.db
26
+._*
27
28
+# Vim generated files #
29
30
+*.un~
31
32
+# SASS #
33
+##########
34
+.sass-cache
0 commit comments