-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
66 lines (60 loc) · 1.6 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
.vagrant
*.log
*.pub
private_key
private_key.pem
**.tfstate
**.tfstate.backup
.DS_Store
.idea
venv/
benchmark
terraform*.zip
config
vendor
bin
!*/.dockerignore
docs/examples/*/config
third_party/stroppy-test-cartridge/.rocks
third_party/stroppy-test-cartridge/.swo
third_party/stroppy-test-cartridge/.swp
third_party/stroppy-test-cartridge/CMakeCache.txt
third_party/stroppy-test-cartridge/CMakeFiles
third_party/stroppy-test-cartridge/cmake_install.cmake
third_party/stroppy-test-cartridge/*.dylib
third_party/stroppy-test-cartridge/*.idea
third_party/stroppy-test-cartridge/__pycache__
third_party/stroppy-test-cartridge/*pyc
third_party/stroppy-test-cartridge/.cache
third_party/stroppy-test-cartridge/.pytest_cache
third_party/stroppy-test-cartridge/.vagrant
third_party/stroppy-test-cartridge/.DS_Store
third_party/stroppy-test-cartridge/*.xlog
third_party/stroppy-test-cartridge/*.snap
third_party/stroppy-test-cartridge/*.rpm
third_party/stroppy-test-cartridge/*.deb
third_party/stroppy-test-cartridge/*.tar.gz
third_party/stroppy-test-cartridge/node_modules
third_party/stroppy-test-cartridge/tmp/*
third_party/stroppy-test-cartridge/stroppy_test/*
third_party/stroppy-test-cartridge/stroppy_test/config/
third_party/stroppy-test-cartridge/stroppy_test/config.backup/*
!third_party/stroppy-test-cartridge/tmp/.keep
terraform.*
.terraform.*
/**/.terraform
/tmp
/.ssh/
**/.roles/
**/.collections/
**/ansible.cfg
**/requirements.yml
requrements.yml
**/inventory.yml
**/hosts.yaml
/third_party/extra/manifests/databases/**/stroppy-*
**/monitoring/ydb_pop_*
**/monitoring/ydb_pay_*
**/monitoring/png/
**/ydb_certs/
**/ydb_data/