# Start by ignoring EVERYTHING. * # Keep an index.php for silence is golden. index.php # Only include our extensions we want in the monorepo !edd-*/* !edd-*/ !edd-*/** !EDD-*/* !EDD-*/ !EDD-*/** !pushover-notifications-edd-ext/** !easy-digital-downloads-qr-code/** ## Ignore build dirs, where .zip files are located ## edd-*/build/ edd-*/build/* EDD-*/build/ EDD-*/build/* pushover-notifications-edd-ext/build/ easy-digital-downloads-qr-code/build/ # Now ignore extensions that are living in their own repos (for now) /edd-all-access /edd-blocks /edd-checkout-fields /EDD-Commissions /edd-fes /edd-recurring /edd-reviews /EDD-Software-Licensing /edd-stripe /easy-digital-downloads /easy-digital-downloads-pro /edd-dev-tools # Any 3rd party items that match our patterns. /edd-eu-vat ## Ignore some other system generated files ## *.com *.class *.dll *.exe *.o *.so *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.log *.sql *.sqlite .DS_Store ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db .codekit-cache config.codekit config.codekit3 .sass-cache *.sublime-project *.sublime-workspace .idea/ # Ignore all node_modules in the root and in the subdirectories node_modules/ node_modules/**/* ## Add some files back in ## !Gruntfile.js !package.json !webpack.config.js !.cursor/ !.cursor/** !.editorconfig