-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (38 loc) · 803 Bytes
/
.gitignore
File metadata and controls
44 lines (38 loc) · 803 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
#################################
## files in server directory
#################################
# PYTHON PYC FILE
/server/**/*.pyc
# GENERATED FILE IN PROCESS
/server/src/tmp/*
!/server/src/tmp/readme.md
#############################################################
#################################
## files in ui directory
#################################
/ui/.DS_Store
/ui/node_modules/
/ui/dist/
/ui/npm-debug.log*
/ui/yarn-debug.log*
/ui/yarn-error.log*
# Editor directories and files
/ui/.idea
/ui/.vscode
/ui/*.suo
/ui/*.ntvs*
/ui/*.njsproj
/ui/*.sln
#################################
## files in docker directory
#################################
/docker/plugin/tmp_files/
/docker/ui/dist/
.vs/slnx.sqlite
.DS_Store
*.xml
*.iml
*.xml
.DS_Store
.idea/workspace.xml
.idea/workspace.xml