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 558a840 commit aa9517cCopy full SHA for aa9517c
.gitignore
@@ -0,0 +1,42 @@
1
+# Ignore docs files
2
+_gh_pages
3
+_site
4
+.ruby-version
5
+
6
+# Numerous always-ignore extensions
7
+*.diff
8
+*.err
9
+*.orig
10
+*.log
11
+*.rej
12
+*.swo
13
+*.swp
14
+*.zip
15
+*.vi
16
+*~
17
18
+# OS or Editor folders
19
+.DS_Store
20
+._*
21
+Thumbs.db
22
+.cache
23
+.project
24
+.settings
25
+.tmproj
26
+*.esproj
27
+nbproject
28
+*.sublime-project
29
+*.sublime-workspace
30
+.idea
31
32
+# Komodo
33
+*.komodoproject
34
+.komodotools
35
36
+# grunt-html-validation
37
+validation-status.json
38
+validation-report.json
39
40
+# Folders to ignore
41
+node_modules
42
+bower_components
0 commit comments