mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-14 09:49:12 +08:00
26 lines
294 B
TypeScript
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`;
|