Bläddra i källkod

Some additional exclusions in .gitignore / .dockerignore

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 7 år sedan
förälder
incheckning
ea3d406eed
2 ändrade filer med 13 tillägg och 9 borttagningar
  1. 3 1
      .dockerignore
  2. 10 8
      .gitignore

+ 3 - 1
.dockerignore

@@ -1,11 +1,13 @@
 *.egg-info
 .coverage
 .git
+.github
 .tox
 build
+binaries
 coverage-html
 docs/_site
-venv
+*venv
 .tox
 **/__pycache__
 *.pyc

+ 10 - 8
.gitignore

@@ -1,16 +1,18 @@
 *.egg-info
 *.pyc
+*.swo
+*.swp
+.cache
 .coverage*
+.DS_Store
+.idea
+
 /.tox
+/binaries
 /build
+/compose/GITSHA
 /coverage-html
 /dist
 /docs/_site
-/venv
-README.rst
-compose/GITSHA
-*.swo
-*.swp
-.DS_Store
-.cache
-.idea
+/README.rst
+/*venv