forked from Uninett/nav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (42 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
*.orig
*.rej
*.pyc
*.swp
*~
.*
!.gitkeep
!.github/
!.mega-linter.yml
*.bak
*.iml # JetBrains (PyCharm/IDEA) project files
*.rrd
.idea/*
*.egg-info
wheelhouse/*
\#*
# All sorts of files and reports generated by CI testing
npm-debug.log
cloc.xml
pylint.txt
tests/*-results.xml
tests/assets/*
tests/geckodriver.log
tests/*-report.html
tests/coverage.xml
python/nav/web/static/js/**/javascript-*.xml
reports/*
# Generated doc and build dirs
doc/_build
doc/html
# These directories conist of only generated files.
/build
/dist
# Static files and cached static files genereated
python/nav/web/static/css
# Javascript Testing libraries
python/nav/web/static/js/node_modules
python/nav/web/static/js/require_config.dev.js
python/nav/web/static/js/coverage
# Javascript libraries
/node_modules
package-lock.json