fipamothemekit/.gitignore
are0h 0799250b8e Removed NPM from build process
The base theme needs to be vanilla so it's easy to get going, so npm
dependecies have been removed so the base script is pure JS.

Also created an example config that will tell the system what theme it
should be rendering for development.

Updated the composer script to start a local php server for development.
2023-04-06 15:57:19 -07:00

19 lines
261 B
Text

node_modules
.parcel-cache
dist
.nova
.cache
.DS_Store
*.sublime-project
*.sublime-workspace
*.code-workspace
assets
vendor
!src/
src/*
!src/themes
src/themes/*
!src/themes/theme-fipamo-default
!src/themes/theme-fipamo-default/fipamo-default/assets
config.json