# Ignore YAML files
*.yml
*.yaml

# Ignore configuration directories
config/
templates/

# Ignore documentation
*.md
README*
LICENSE*

# Ignore package files
package.json
package-lock.json
composer.json
composer.lock

# Ignore build/dist files
dist/
build/
node_modules/

# Ignore other non-JS files
*.css
*.scss
*.sass
*.twig
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.ico
