Skip to content

Commit eca3257

Browse files
author
Harry Kantas
committed
updated gitignore for docker files
1 parent 69650c2 commit eca3257

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ config/google_api_service_account_keyfile.json
99
# Ignore static JS libs
1010
static/bower_components/*
1111

12+
# Docker project generated files to ignore
13+
.vagrant*
14+
bin
15+
docker/docker
16+
.*.swp
17+
a.out
18+
*.orig
19+
build_src
20+
.flymake*
21+
.idea
22+
.DS_Store
23+
docs/_build
24+
docs/_static
25+
docs/_templates
26+
.gopath/
27+
.dotcloud
28+
*.test
29+
bundles/
30+
.hg/
31+
.git/
32+
vendor/pkg/
33+
pyenv
34+
Vagrantfile
35+
1236

1337
## MISC FILES SECTION
1438

0 commit comments

Comments
 (0)