forked from UAVLab-SLU/DRV_public
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
50 lines (38 loc) · 815 Bytes
/
.gitignore
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
49
50
# Ignore Visual Studio files
.vs/
# Ignore virtual environments
backend/venv/
# Ignore Node.js dependencies
node_modules/
# Ignore Python bytecode files and __pycache__ directories globally
*.pyc
__pycache__/
# Ignore backend-specific files
backend/*.csv
backend/*.html
backend/*.png
backend/*.jpg
# Frontend ignores
# dependencies
frontend/node_modules
frontend/.pnp
frontend/.pnp.js
# testing
frontend/coverage
# production
frontend/build
# misc
frontend/.DS_Store
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
# Ignore frontend package-lock.json
frontend/package-lock.json
# Ignore Windows system file
desktop.ini
# Ignore Google Cloud service account key
key.json