You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# node_modules ausnehmen. node_modules enthält externe Node-Plugins, die in der package.json als dependencies aufgeführt sind. Mit 'yarn install' oder 'npm install' können diese Plugins lokal nachinstalliert werden.
node_modules/
bower_components/
yarn-error.log
yarn.lock
# Don't git ProcessWire folders:
/wire/
/site/assets/
/site/config-dev.php
/site/config.php
/index.php
# Don't add modules to git... #
/site/modules/*
# Custom Module müssen explizit wieder freigegeben werden. Hier ein Beispielcode dafür: