فهرست منبع

More gitignore and dockerignore (#2844)

Add to gitignore and dockerignore some additional files created by the
different tests we have
Alexandre Alapetite 6 سال پیش
والد
کامیت
cdbf401cca
3فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 3 0
      .dockerignore
  2. 2 0
      .gitignore
  3. 1 0
      Docker/.gitignore

+ 3 - 0
.dockerignore

@@ -1,3 +1,6 @@
 **/.git/
+**/bin/
 **/data/
 **/docs/
+**/node_modules/
+**/package*.json

+ 2 - 0
.gitignore

@@ -1,4 +1,6 @@
 /bin
+/node_modules
+package*.json
 constants.local.php
 
 # Temp files

+ 1 - 0
Docker/.gitignore

@@ -0,0 +1 @@
+env.txt