19 lines
234 B
Plaintext
19 lines
234 B
Plaintext
# Composer dependencies
|
|
vendor/
|
|
|
|
# Local data
|
|
data/
|
|
|
|
# NPM dependencies (building CSS and JS)
|
|
node_modules/
|
|
|
|
# Compiled CSS and JS
|
|
public/styles/
|
|
public/js/
|
|
|
|
# SASS compilation cache
|
|
.sass-cache/
|
|
|
|
# PHP CodeSniffer cache
|
|
.phpcs-cache
|