first commit
This commit is contained in:
commit
16795137d5
|
|
@ -0,0 +1,4 @@
|
|||
node_modules
|
||||
data
|
||||
.git
|
||||
*.md
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# Env-Variablen (bleiben lokal)
|
||||
.env
|
||||
!.env.example
|
||||
|
||||
# Laufzeitdaten
|
||||
data/
|
||||
node_modules/
|
||||
|
||||
# Logs & OS-Krams
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Reference in New Issue