Compare commits

...

2 Commits
josz ... main

Author SHA1 Message Date
tms 4f795ee82d Added .dockerignore 2023-09-25 14:11:04 +02:00
tms f07c3417cb Added .gitignore to assets 2023-09-25 14:10:56 +02:00
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,9 @@
.git
.gitignore
node_modules
npm-debug.log
Dockerfile*
docker-compose*
README.md
LICENSE
.vscode

View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore