forked from indico/indico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (45 loc) · 809 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
51
52
53
54
# temporary/bytecode files
*~
.*.swp
*.py[co]
__pycache__/
.pytest_cache/
.venv/
# configs
*.conf
logging.yaml
# python packaging
/dist
/build
*.egg-info
# generated stuff
indico/web/static/dist
url_map.json
indico/translations/*/LC_MESSAGES/messages.po
indico/translations/*/LC_MESSAGES/messages-js.po
indico/translations/*/LC_MESSAGES/messages-react.po
indico/translations/*/LC_MESSAGES/*.mo
indico/translations/*/LC_MESSAGES/messages-react.json
!indico/translations/en_US/LC_MESSAGES/messages.po
# fetched external dependencies
indico/htdocs/*/lib/
node_modules
/ext_modules/node_env/
# IDE files
.idea/
*.sublime-*
.vscode/*
!.vscode/extensions.json
# testing
.coverage
.coverage.*
coverage.xml
htmlcov/
/.cache/
# sphinx
/docs/build/
# logs
*.log
# node/webpack
webpack-build-config.json
*.lock