Skip to content

Commit

Permalink
🤖 chore: Upgrade git ignore config.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jun 27, 2022
1 parent 7b0679e commit 57a2179
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,16 @@
# Logs
logs
*.log
# lock file
!yarn.lock

# Runtime data
pids
*.pid
*.seed

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

# Coverage directory used by tools like istanbul
coverage

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

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

# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
jspm_packages

# Users Environment Variables
.lock-wscript
# Coverage directory used by nyc
/coverage
/.nyc_output

# groc
doc
# Documentation
/gh-pages

0 comments on commit 57a2179

Please sign in to comment.