aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 471021370d2ebec51e88dc489c93799d6985d8e2 (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
26
27
28
29
# dependencies
/graphgraph-fe/node_modules
/graphgraph-fe/.pnp
/graphgraph-fe/.pnp.js

# testing
/graphgraph-fe/coverage

# production
/graphgraph-fe/build
/target

# 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
/.idea
*.iml

node