Browse Source

gitignore

master
Lea Dammann 3 years ago
parent
commit
9e4e4199dd
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      .gitignore

+ 16
- 0
.gitignore View File

1
+/node_modules
2
+/.pnp
3
+.pnp.js
4
+
5
+
6
+/coverage
7
+
8
+/build
9
+
10
+.DS_STORE
11
+.env.local
12
+.env*
13
+
14
+npm-debug.log*
15
+yarn-debug.log*
16
+yarn-error.log*

Loading…
Cancel
Save