Skip to content

Commit e469287

Browse files
authored
Update .gitignore
1 parent c02266b commit e469287

File tree

1 file changed

+14
-33
lines changed

1 file changed

+14
-33
lines changed

.gitignore

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
# Developer note: near.gitignore will be renamed to .gitignore upon project creation
3-
# dependencies
4-
node_modules
5-
/.pnp
6-
.pnp.js
7-
8-
# build
9-
/out
10-
/dist
11-
/target
12-
target
13-
14-
# keys
15-
/templates/react/neardev
16-
17-
# testing
18-
/coverage
19-
20-
# production
21-
/build
22-
23-
# misc
24-
.DS_Store
25-
.env.local
26-
.env.development.local
27-
.env.test.local
28-
.env.production.local
29-
/.cache
30-
31-
npm-debug.log*
32-
yarn-debug.log*
33-
yarn-error.log*
1+
# Rust
2+
**/target
3+
**/Cargo.lock
4+
5+
# TypeScript
6+
**/package-lock.json
7+
**/node_modules/
8+
**/build/
9+
**/yarn.lock
10+
**/.tsimp
11+
12+
# Frontend
13+
**/dist/
14+
**/.parcel-cache

0 commit comments

Comments
 (0)