-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
59 lines (59 loc) · 830 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
55
56
57
58
59
.venv
*.rdb
*.iml
.idea/
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
/_*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.vagrant/
celerybeat-schedule.db
celeryev.pid
### do not include custom staging files
*/stage_*
!deploy/stage_default
!deploy/stage_vagrant
tests/selenium_downloads/*
!tests/*
*.bak
cisco_api_test_credentials.yaml
productdb_demo_database.json
db.sqlite3
*.pyc
*.log
*.retry
*.pid
static/lib
node_modules
/conf/*
!/conf/product_database.sample.config
deploy/stage_vagrant/ldap-parameters.yaml
/data
staging_inventory
*.crt
*.key
htmlcov
.coverage
coverage_report
/assets
/.cache
/tmp
.cisco_api_credentials
env.*
!env.demo
!env.prod_template
!env.compose_test
.pytest_cache
docker-compose.yaml