Skip to content

Commit 0b18518

Browse files
committed
Alteração nos arquivos em questão.
1 parent fdd5202 commit 0b18518

File tree

4 files changed

+1055
-1035
lines changed

4 files changed

+1055
-1035
lines changed

.gitignore

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
logs
33
*.log
44
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
57

68
# Runtime data
79
pids
810
*.pid
911
*.seed
12+
*.pid.lock
1013

1114
# Directory for instrumented libs generated by jscoverage/JSCover
1215
lib-cov
@@ -20,21 +23,40 @@ coverage
2023
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2124
.grunt
2225

26+
# Bower dependency directory (https://bower.io/)
27+
bower_components
28+
2329
# node-waf configuration
2430
.lock-wscript
2531

2632
# Compiled binary addons (http://nodejs.org/api/addons.html)
2733
build/Release
2834

2935
# Dependency directories
30-
node_modules
31-
jspm_packages
36+
node_modules/
37+
jspm_packages/
38+
39+
# Typescript v1 declaration files
40+
typings/
3241

3342
# Optional npm cache directory
3443
.npm
3544

45+
# Optional eslint cache
46+
.eslintcache
47+
3648
# Optional REPL history
3749
.node_repl_history
3850

51+
# Output of 'npm pack'
52+
*.tgz
53+
54+
# Yarn Integrity file
55+
.yarn-integrity
56+
57+
# dotenv environment variables file
3958
.env
59+
60+
.DS_Store
61+
4062
.vscode

0 commit comments

Comments
 (0)