Skip to content

Commit

Permalink
chore(gitignore): use gitignore from current master
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Nov 14, 2022
1 parent ca7996b commit 1a2d7f8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ benchmarks/benchmarks
benchmarks/benchmarks2
benchmarks/benchmarks3
benchmarks/v8.log
benchmarks/typescript/**/*.js
.DS_Store
docs/*.json
docs/source/_docs
Expand Down Expand Up @@ -40,11 +41,23 @@ test/files/main.js

package-lock.json

.config*
.config.js

# Compiled docs
docs/*.html
docs/tutorials/*.html
docs/typescript/*.html
docs/api/*.html
index.html
index.html

# Local Netlify folder
.netlify

# yarn package-lock
yarn.lock

# npm pack output
mongoose.tgz
mongoose-*.tgz

examples/ecommerce-netlify-functions/.netlify/state.json

0 comments on commit 1a2d7f8

Please sign in to comment.