aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 42fef253b50054088b161a534299ff2501a45436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# dependencies
/graphgraph-fe/node_modules
/graphgraph-fe/.pnp
/graphgraph-fe/.pnp.js

# testing
/graphgraph-fe/coverage

# production
/graphgraph-fe/build

# misc
/graphgraph-fe/DS_Store
/graphgraph-fe/env.local
/graphgraph-fe/env.development.local
/graphgraph-fe/env.test.local
/graphgraph-fe/.env.production.local

/graphgraph-fe/npm-debug.log*
/graphgraph-fe/yarn-debug.log*
/graphgraph-fe/yarn-error.log*

/.idea
/target