Closed revelt closed 4 years ago
Same like npm does, let's ignore the following files as they are not static:
.*.swp ._* .DS_Store .git .hg .npmrc .lock-wscript .svn .wafpickle-* config.gypi CVS npm-debug.log
https://docs.npmjs.com/using-npm/developers.html
I noticed on my builds the .DS_Store gets copied over...
.DS_Store
An ignore option will be added to pagic.config.ts file, I'll keep this BLACK_LIST as the default ignore regex
ignore
pagic.config.ts
Same like npm does, let's ignore the following files as they are not static:
https://docs.npmjs.com/using-npm/developers.html
I noticed on my builds the
.DS_Store
gets copied over...