We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119e0d8 commit e66fdc7Copy full SHA for e66fdc7
.gitignore
@@ -22,19 +22,25 @@ tmp
22
mkmf.log
23
*.tmp
24
25
+##########################################################
26
27
+
28
+# http://stackoverflow.com/questions/8865848/comments-in-gitignore
29
30
31
32
33
# Desktop INI (Windows)
34
desktop.ini
35
-# Readme Source
36
+# Readme Source (PSD's)
37
readme/source
38
39
# Git BFG
40
.git.bfg-report
41
.git.bfg-report/2017-06-29/07-53-00
42
-# http://stackoverflow.com/questions/8865848/comments-in-gitignore
-# https://gist.github.com/danielpcox/4636520
-
43
+# Specs
44
log/*.log
45
pkg/
46
spec/dummy/db/*.sqlite3
0 commit comments