forked from tracim/tracim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (38 loc) · 813 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
.idea/
frontend/dist/app/
frontend/dist/tracim.app.entry.js
frontend/dist/asset/tracim/tracim.vendor.bundle.js
frontend/dist/assets/custom_toolbox/
frontend/dist/assets/branding/
color.json
/backend/venv3.7/
backend/env
*~
#ignore file or folder about cypress tests
functionnal_tests/cypress.json
functionnal_tests/node_modules/
functionnal_tests/cypress/videos
functionnal_tests/cypress/screenshots
#ignore preview files as it is by default in backend folder
previews
#ignore yarn
.yarn
.yarnrc
.yarnrc.yml
node_modules
# vscode and mypy
.vscode/
.mypy_cache/
#ignore dev.js files
/frontend*/dist/*.dev.js
/tools_docker/test_docker/tracim.env
/tools_docker/test_docker/test_config.env
tools_docker/test_docker/__pycache__
# emacs files
jsconfig.json
.projectile
\#*
.\#*
.pyroot
# pyenv
.python-version