Skip to content

Commit 5dc4d8f

Browse files
atualiza o .gitignore
1 parent 82a90cb commit 5dc4d8f

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

.gitignore

+4-29
Original file line numberDiff line numberDiff line change
@@ -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
301
.DS_Store
2+
node_modules
3+
dist
4+
.sass-cache
5+
npm-debug.log

0 commit comments

Comments
 (0)