goliath/.gitignore

13 lines
172 B
Plaintext
Raw Normal View History

2022-11-19 13:51:05 -05:00
# Composer dependencies
vendor/
2022-11-19 13:42:21 -05:00
# NPM dependencies (building CSS and JS)
node_modules/
# Compiled CSS and JS
public/css/
public/js/
2022-11-19 13:51:05 -05:00
# PHP CodeSniffer cache
.phpcs-cache