We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a90cb commit 5dc4d8fCopy full SHA for 5dc4d8f
.gitignore
@@ -1,30 +1,5 @@
1
-# Distribution Folder
2
-bower_components/
3
-node_modules/
4
-
5
-rev-manifest.json
6
7
-# Environment files
8
-.env
9
10
-# Logs
11
-logs
12
-*.log
13
-npm-debug.log*
14
15
-# Directory for instrumented libs generated by jscoverage/JSCover
16
-lib-cov
17
18
-# Coverage directory used by tools like istanbul
19
-coverage
20
21
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
22
-.grunt
23
24
-# node-waf configuration
25
-.lock-wscript
26
27
-# Compiled binary addons (http://nodejs.org/api/addons.html)
28
-build/Release
29
-/static/.DS_Store
30
.DS_Store
+node_modules
+dist
+.sass-cache
+npm-debug.log
0 commit comments