website/.gitignore

12 lines
120 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
node_modules/