We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 895f5fcCopy full SHA for 895f5fc
.gitignore
@@ -0,0 +1,43 @@
1
+# Numerous always-ignore extensions
2
+*.diff
3
+*.err
4
+*.orig
5
+*.log
6
+*.rej
7
+*.swo
8
+*.swp
9
+*.vi
10
+*~
11
+*.sass-cache
12
+
13
+# OS or Editor folders
14
+.DS_Store
15
+Thumbs.db
16
+.cache
17
+.project
18
+.settings
19
+.tmproj
20
+*.esproj
21
+nbproject
22
+*.sublime-project
23
+*.sublime-workspace
24
25
+# Dreamweaver added files
26
+_notes
27
+dwsync.xml
28
29
+# Komodo
30
+*.komodoproject
31
+.komodotools
32
33
+# Folders to ignore
34
+.hg
35
+.svn
36
+.CVS
37
+intermediate
38
+publish
39
+.idea
40
41
+# build script local files
42
+build/buildinfo.properties
43
+build/config/buildinfo.properties
0 commit comments