mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Clean up .gitignore files
Remove extraneous .gitignore files, add definitions to main .gitignore file in the root of the repository Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
d9504bffff
commit
f2952181fe
5 changed files with 4 additions and 9 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -7,5 +7,8 @@
|
|||
.vagrant
|
||||
real-adminrc
|
||||
*.taskpaper
|
||||
terraform/tf-example/terraform.tfstate*
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
*.tfvars
|
||||
consul-*.config.json
|
||||
*.defaults
|
||||
|
|
|
|||
2
docker/swarm-etcd/.gitignore
vendored
2
docker/swarm-etcd/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
.vagrant
|
||||
*.defaults
|
||||
2
docker/swarm-etcd2-photon/.gitignore
vendored
2
docker/swarm-etcd2-photon/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
.vagrant
|
||||
*.defaults
|
||||
2
etcd/etcd-2.0/.gitignore
vendored
2
etcd/etcd-2.0/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
.vagrant
|
||||
*.defaults
|
||||
2
terraform/aws/.gitignore
vendored
2
terraform/aws/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
*.tfstate
|
||||
*.tfstate.backup
|
||||
Loading…
Reference in a new issue