Files
now-deployment/node_modules/now/dist/util/ignored.ts
2019-10-17 12:36:15 +09:00

26 lines
294 B
TypeScript

// Base `.gitignore` to which we add entries
// supplied by the user
export default `.hg
.git
.gitmodules
.svn
.cache
.next
.now
.npmignore
.dockerignore
.gitignore
.*.swp
.DS_Store
.wafpicke-*
.lock-wscript
.env
.env.build
.venv
npm-debug.log
config.gypi
node_modules
__pycache__/
venv/
CVS`;