2022-11-19 13:51:05 -05:00
|
|
|
# Composer dependencies
|
|
|
|
vendor/
|
2022-11-19 13:42:21 -05:00
|
|
|
|
2022-11-20 22:25:29 -05:00
|
|
|
# Local data
|
|
|
|
data/
|
|
|
|
|
2022-11-19 13:58:35 -05:00
|
|
|
# NPM dependencies (building CSS and JS)
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# Compiled CSS and JS
|
2022-11-19 22:26:16 -05:00
|
|
|
public/styles/
|
2022-11-19 13:58:35 -05:00
|
|
|
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
|