-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (35 loc) · 920 Bytes
/
.gitignore
File metadata and controls
42 lines (35 loc) · 920 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/react-fronted/node_modules
/react-fronted/.pnp
/react-fronted.pnp.js
# testing
/react-fronted/coverage
# production
/react-fronted/build
/build
/venv
# misc
/react-fronted.DS_Store
/react-fronted.env.local
/react-fronted.env.development.local
/react-fronted.env.test.local
/react-fronted.env.production.local
/react-frontednpm-debug.log*
/react-frontedyarn-debug.log*
/react-frontedyarn-error.log*
.idea
.idea/*
/.idea/*
/.idea
/react-fontend/node_modules/
/static/
/media/event_pictures/
react-fontend/package-lock.json
.vscode
./reactFrontendMobile/src/constants/virtual-box.js
/reactFrontendMobile/src/constants/virtual-box.js
reactFrontendMobile/src/constants/virtual-box.js
./react-fontend/src/constants/virtual-box.js
/react-fontend/src/constants/virtual-box.js
react-fontend/src/constants/virtual-box.js