Bläddra i källkod

Normalise ignore files

- Consistent order and contents (where possible)
- Prepend .gitignore paths with slashes where appropriate

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad 10 år sedan
förälder
incheckning
b39e549c87
2 ändrade filer med 10 tillägg och 4 borttagningar
  1. 6 1
      .dockerignore
  2. 4 3
      .gitignore

+ 6 - 1
.dockerignore

@@ -1,5 +1,10 @@
+*.egg-info
+.coverage
 .git
+.tox
 build
+coverage-html
 dist
+docker-compose.spec
+docs/_site
 venv
-coverage-html

+ 4 - 3
.gitignore

@@ -1,9 +1,10 @@
 *.egg-info
 *.pyc
-.tox
+/.coverage
+/.tox
 /build
+/coverage-html
 /dist
+/docker-compose.spec
 /docs/_site
 /venv
-docker-compose.spec
-coverage-html