goliath/.gitignore

19 lines
234 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
# Local data
data/
# NPM dependencies (building CSS and JS)
node_modules/
# Compiled CSS and JS
2022-11-19 22:26:16 -05:00
public/styles/
public/js/
2022-11-19 22:26:16 -05:00
# SASS compilation cache
.sass-cache/
2022-11-19 13:51:05 -05:00
# PHP CodeSniffer cache
.phpcs-cache