-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) · 794 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (41 loc) · 794 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
# If you need to exclude files such as those generated by an IDE, use
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
# described in https://git-scm.com/docs/gitignore
*.egg-info
*.pot
*.py[co]
.tox/
.idea
__pycache__
MANIFEST
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/
freeven/static
*.sqlite3
nazly.py
freeven/media
# compiled output
*/tmp
# dependencies
*/node_modules
*/bower_components
# misc
*/.sass-cache
*/connect.lock
*/coverage/*
*/libpeerconnection.log
*npm-debug.log
*testem.log
**/WebContent/node_modules/*
**/.idea/*
**/test/unit/reports/*
**/test/PhantomJS*
WebContent/dist/stats.json
**/WebContent/dist/production/stats.json
**/WebContent/dist/production/*.map
web/webcontent/index.html