Skip to content

Commit d9907cd

Browse files
committed
Sync .gitignore with graphql-voyager
1 parent 1adf40a commit d9907cd

File tree

1 file changed

+10
-38
lines changed

1 file changed

+10
-38
lines changed

.gitignore

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,18 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
6-
# Runtime data
7-
pids
8-
*.pid
9-
*.seed
10-
11-
# Directory for instrumented libs generated by jscoverage/JSCover
12-
lib-cov
13-
14-
# Coverage directory used by tools like istanbul
15-
coverage
16-
17-
# nyc test coverage
18-
.nyc_output
19-
20-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21-
.grunt
22-
23-
# node-waf configuration
24-
.lock-wscript
25-
26-
# Compiled binary addons (http://nodejs.org/api/addons.html)
27-
build/Release
28-
29-
# Dependency directories
1+
# This .gitignore only ignores files specific to this repository.
2+
# If you see other files generated by your OS or tools you use, consider
3+
# creating a global .gitignore file.
4+
#
5+
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
6+
# https://www.gitignore.io/
7+
8+
/.eslintcache
9+
/.cspellcache
3010
/node_modules
31-
32-
# Optional npm cache directory
33-
.npm
34-
35-
# Optional REPL history
36-
.node_repl_history
11+
/dist
3712

3813
# graphql files on the root dir
3914
/*.graphql
4015

41-
# es5 output dir
42-
/dist/
43-
4416
# editor output
4517
src/editor/main.js
4618
src/editor/main.js.map

0 commit comments

Comments
 (0)