Skip to content

Commit

Permalink
Sync .gitignore with graphql-voyager
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 11, 2023
1 parent 1adf40a commit d9907cd
Showing 1 changed file with 10 additions and 38 deletions.
48 changes: 10 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,18 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

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

# Dependency directories
# This .gitignore only ignores files specific to this repository.
# If you see other files generated by your OS or tools you use, consider
# creating a global .gitignore file.
#
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
# https://www.gitignore.io/

/.eslintcache
/.cspellcache
/node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
/dist

# graphql files on the root dir
/*.graphql

# es5 output dir
/dist/

# editor output
src/editor/main.js
src/editor/main.js.map
Expand Down

0 comments on commit d9907cd

Please sign in to comment.