We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c299baf commit 587021cCopy full SHA for 587021c
.gitignore
@@ -1,2 +1,46 @@
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
44
45
+# Private parts
46
rum/
0 commit comments