Skip to content

Commit

Permalink
🙈 Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Apr 7, 2024
1 parent 1cf39e0 commit 5de17b5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
.idea
.anchor
.bolt
.DS_Store
*.DS_Store
target
!target/deploy/
**/*.rs.bk
node_modules
test-ledger
.yarn
node_modules

# React .gitingore
app/react-tic-tac-toe/node_modules
app/react-tic-tac-toe/.pnp
app/react-tic-tac-toe/react-tic-tac-toe/.pnp.js
app/react-tic-tac-toe/coverage
app/react-tic-tac-toe/build
app/react-tic-tac-toe/.env.local
app/react-tic-tac-toe/.env.development.local
app/react-tic-tac-toe/.env.test.local
app/react-tic-tac-toe/.env.production.local
app/react-tic-tac-toe/npm-debug.log*
app/react-tic-tac-toe/yarn-debug.log*
app/react-tic-tac-toe/yarn-error.log*
app/react-tic-tac-toe/.idea

0 comments on commit 5de17b5

Please sign in to comment.