-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (40 loc) · 771 Bytes
/
.gitignore
File metadata and controls
48 lines (40 loc) · 771 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
43
44
45
46
47
48
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# FRONTEND
# dependencies
react-frontend/node_modules
*.pnp
*.pnp.js
# testing
react-frontend/coverage
# production artifacts
react-frontend/build
# misc
.vscode
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# static analysis results
.scannerwork
# node package debug logs
react-frontend/npm-debug.log*
react-frontend/yarn-debug.log*
react-frontend/yarn-error.log*
# cypress
react-frontend/cypress/screenshots/
react-frontend/cypress/videos/
# BACKEND
.creds
.idea
.env
__pycache__/
# cache created by LIReC
lirec.cache
*.pyc
# virtual environment
venv/
# log files produced by the web or gRPC server
*.log
# gRPC codegen artifacts
*_pb2*.py