-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (62 loc) · 1.11 KB
/
.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.gitignore
package-lock.json
package.json
Frontend\mon-app\README.md
Frontend\mon-app\package-lock.json
Frontend\mon-app\package.json
# Python/Django
__pycache__/
*.pyc
*.pyo
*.pyd
*.db.sqlite3
# Ignore Django settings file
Backend\Association\db.sqlite3
Backend\Association\static
Backend\Association\Association\settings.py
Backend\Association\Association\asgi.py
Backend\Association\Association\wsgi.py
Backend\Association\Association\__pycache__
Backend\Lib
Backend\Scripts
Backend\pyvenv.cfg
Backend\Association\webapp\__pycache__
Backend\Association\webapp\migrations
Backend\Association\webapp
# Node.js
node_modules
Frontend\mon-app\node_modules
# Compiled source
/dist/
/build/
*.jsx
*.js
Frontend\mon-app\public
Frontend\mon-app\src\assets
# Dependency directories
.env/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
Frontend\mon-app\.gitignore
# Editor directories and files
.vscode/
.idea/
# OS generated files
.DS_Store
Thumbs.db