-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (45 loc) · 737 Bytes
/
.gitignore
File metadata and controls
57 lines (45 loc) · 737 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
49
50
51
52
53
54
55
56
57
### Project ###
## Directories
*.idea
*.vscode
*.devcontainer
__pycache__
*__pytest_cache*
.ipynb_checkpoints
## Files
.env
.DS_Store
.python-version
### Back end ###
## Directories
back-end/backups
back-end/media
## Files
### Front end ###
## Directories
front-end/dist
front-end/node_modules
## Files
### Telegram Bot ###
## Directories
## Files
tgbot/.env
### WatchDoc ###
## Directories
watchdoc/generated/*
watchdoc/temp/*
!watchdoc/generated/.gitkeep
!watchdoc/temp/.gitkeep
## Files
watchdoc/service-account.json
watchdoc/secrets/credentials.json
watchdoc/secrets/tokens.json
watchdoc/.env
### Tools ###
## Directories
## Files
tools/parse-programs/*.docx
tools/parse-programs/*.json
## Files
quizzes/.env
quizzes/.env