We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02266b commit e469287Copy full SHA for e469287
.gitignore
@@ -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*
+# Rust
+**/target
+**/Cargo.lock
+
+# TypeScript
+**/package-lock.json
+**/node_modules/
+**/build/
+**/yarn.lock
+**/.tsimp
+# Frontend
+**/dist/
+**/.parcel-cache
0 commit comments