Browse Source

sync ignore files

Christian Winther 1 year ago
parent
commit
515198b28c
2 changed files with 32 additions and 14 deletions
  1. 12 2
      .dockerignore
  2. 20 12
      .gitignore

+ 12 - 2
.dockerignore

@@ -1,13 +1,23 @@
 .DS_Store
-/.composer/
+/.bash_history
+/.bash_profile
+/.bashrc
+/.composer
 /.env
+/.env.dottie-backup
 /.git
+/.git-credentials
 /.gitconfig
 /.gitignore
+/.idea
+/.vagrant
 /bootstrap/cache
 /docker-compose-state/
+/Homestead.json
+/Homestead.yaml
 /node_modules
 /npm-debug.log
+/public/hot
 /public/storage
 /public/vendor/horizon
 /storage/*.key
@@ -15,6 +25,6 @@
 /vendor
 /yarn-error.log
 
-# exceptions - these *MUST* be last
+# Exceptions - these *MUST* be last
 !/bootstrap/cache/.gitignore
 !/public/vendor/horizon/.gitignore

+ 20 - 12
.gitignore

@@ -1,22 +1,30 @@
-.bash_history
-.bash_profile
-.bashrc
 .DS_Store
-.env
-.env.dottie-backup
-.git-credentials
-.gitconfig
-/.composer/
+/.bash_history
+/.bash_profile
+/.bashrc
+/.composer
+/.env
+/.env.dottie-backup
+#/.git
+/.git-credentials
+/.gitconfig
+#/.gitignore
 /.idea
 /.vagrant
+/bootstrap/cache
 /docker-compose-state/
+/Homestead.json
+/Homestead.yaml
 /node_modules
+/npm-debug.log
 /public/hot
 /public/storage
+/public/vendor/horizon
 /storage/*.key
 /storage/docker
 /vendor
-Homestead.json
-Homestead.yaml
-npm-debug.log
-yarn-error.log
+/yarn-error.log
+
+# Exceptions - these *MUST* be last
+!/bootstrap/cache/.gitignore
+!/public/vendor/horizon/.gitignore