We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69650c2 commit eca3257Copy full SHA for eca3257
.gitignore
@@ -9,6 +9,30 @@ config/google_api_service_account_keyfile.json
9
# Ignore static JS libs
10
static/bower_components/*
11
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
+
36
37
## MISC FILES SECTION
38
0 commit comments