Skip to content

Commit

Permalink
build: clean up gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 4, 2022
1 parent 1c7bbcc commit 43cc56e
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .gitignore
@@ -1,27 +1,14 @@
# OS X
.DS_Store*
Icon?
._*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
.directory
*~


# npm
node_modules
package-lock.json
*.log
*.gz


# Coveralls
coverage

# Benchmarking
benchmarks/graphs

# ignore additional files using core.excludesFile
# https://git-scm.com/docs/gitignore

0 comments on commit 43cc56e

Please sign in to comment.