diff options
| -rw-r--r-- | .dockerignore | 3 | ||||
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Docker/.gitignore | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index fa42e0e9c..80e336989 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,6 @@ **/.git/ +**/bin/ **/data/ **/docs/ +**/node_modules/ +**/package*.json diff --git a/.gitignore b/.gitignore index 2fd0ee2c5..55f9305d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /bin +/node_modules +package*.json constants.local.php # Temp files diff --git a/Docker/.gitignore b/Docker/.gitignore new file mode 100644 index 000000000..7a7d633f1 --- /dev/null +++ b/Docker/.gitignore @@ -0,0 +1 @@ +env.txt |
