forked from dtzinov/ggrc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (56 loc) · 1.19 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
.*.swp
.*.swo
*.sql
cookbooks
.vagrant
vagrant_ansible_inventory_*
Cheffile.lock
tmp
src/app.yaml
*.pyc
src/instance
.DS_Store
docker-compose.override.yml
# Deployment-specific settings
extras/deploy/*/*
# 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
src/ggrc/assets/assets.manifest
src/ggrc/manifest.json
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
npm-debug.log
src/ggrc/static/flash
# Some editors automagically compile sass
src/**/.sass-cache
src/**/_*.css
# 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
# LibreOffice locks
.~lock.*#