forked from dtzinov/ggrc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (58 loc) · 1.28 KB
/
.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.*.swp
.*.swo
*.sql
cookbooks
.vagrant
vagrant_ansible_inventory_*
Cheffile.lock
tmp
src/packages.zip
src/app.yaml
*.pyc
src/instance
.DS_Store
# Non-shared default recipe extension
site-cookbooks/ggrc/recipes/local.rb
# Generated build number
src/ggrc/settings/build_number.py
# Asset-pipeline/cache related files
src/ggrc/static/.webassets-cache
src/ggrc/static/webassets-external
src/ggrc/assets/assets.manifest
src/ggrc/static/dashboard*
src/ggrc/static/app-init*
src/ggrc/static/mockup*
src/ggrc/assets/stylesheets/dashboard.css
src/ggrc/assets/stylesheets/*.js
src/ggrc/assets/stylesheets/design.css
src/ggrc/.sass-cache
# sphinx build files
doc/_build
docs/build
docs/source/api
# Vim window sessions should be ignored
Session.vim
# WebStorm/IntelliJ IDE config files
.idea
# Sublime Text project files
*.sublime-*
# Ignore the commit message file generated by hubflow/gitflow
COMMIT_MSG
node_modules
bower_components
src/ggrc/static/flash
# Some editors automagically compile sass
src/**/.sass-cache
src/**/_*.css
# Copied font awesome icons into static
src/ggrc/static/fonts/
# pythest cache folder
.cache
# test reports:
test/*.xml
test/*.out
# Files generated by selenium tests
test/selenium/asroot
test/selenium/asseluser
# Karma runner's default coverage report directory
coverage