use same as gitignore

This commit is contained in:
Jonas Leder 2021-09-26 00:20:53 +02:00
parent 6a3f383a45
commit ccbf0b51ef
No known key found for this signature in database
GPG Key ID: CC3C488E27DFF5CA
1 changed files with 13 additions and 11 deletions

View File

@ -1,17 +1,19 @@
#git
.git/
.gitignore
#config file
public/internal/config.php
public/API/lib/config.php
#phpstorm
.idea/
# css, scss, js
public/css/
.sass-cache/
public/js/
# vscode
.vscode/
# js dependencies
node_modules/
public/css/
public/js/
.sass-cache/
#node cache
node_modules/
pnpm-lock.yaml
#composer
public/API/vendor