Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaans committed Jan 9, 2024
1 parent 160ab76 commit fb0c171
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Developer note: near.gitignore will be renamed to .gitignore upon project creation
# dependencies
node_modules
/.pnp
.pnp.js

# build
/quest-verse-contract/out
/quest-verse-contract/dist
/quest-verse-contract/contract/target

# testing
/coverage

# production
/quest-verse-contract/build

# misc
.DS_Store
.env

npm-debug.log*
yarn-debug.log*
yarn-error.log*

neardev
.near-credentials

0 comments on commit fb0c171

Please sign in to comment.