Commit 2160d4653ea69a33cf0322eb5da10139515af9f1
1 parent
4d5ceade
Exists in
master
Delete .gitignore
Arquivo para JS que não será mais utilizado
Showing
1 changed file
with
0 additions
and
28 deletions
Show diff stats
.gitignore
... | ... | @@ -1,28 +0,0 @@ |
1 | -# Logs | |
2 | -logs | |
3 | -*.log | |
4 | - | |
5 | -# Runtime data | |
6 | -pids | |
7 | -*.pid | |
8 | -*.seed | |
9 | - | |
10 | -# Directory for instrumented libs generated by jscoverage/JSCover | |
11 | -lib-cov | |
12 | - | |
13 | -# Coverage directory used by tools like istanbul | |
14 | -coverage | |
15 | - | |
16 | -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | |
17 | -.grunt | |
18 | - | |
19 | -# Compiled binary addons (http://nodejs.org/api/addons.html) | |
20 | -build/Release | |
21 | - | |
22 | -# Dependency directory | |
23 | -# Commenting this out is preferred by some people, see | |
24 | -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- | |
25 | -node_modules | |
26 | - | |
27 | -# Users Environment Variables | |
28 | -.lock-wscript |