website/.gitignore

17 lines
165 B
Plaintext
Raw Normal View History

2020-12-30 23:01:38 +01:00
#config file
public/API/lib/config.php
2020-12-30 23:01:38 +01:00
#phpstorm
2021-01-11 14:10:09 +01:00
.idea/
public/css/
2021-01-11 20:13:12 +01:00
public/js/
2021-02-28 11:00:57 +01:00
.sass-cache/
#node cache
2021-05-13 22:32:19 +02:00
node_modules/
#composer
public/API/vendor
2021-09-08 21:05:04 +02:00
pnpm-lock.yaml