mirror of
https://github.com/caprover/caprover
synced 2025-10-30 10:07:01 +00:00
23 lines
253 B
Plaintext
23 lines
253 B
Plaintext
# add git-ignore syntax here of things you don't want copied into docker image
|
|
|
|
.git
|
|
|
|
/coverage
|
|
/temp_upload
|
|
/currentdirectory
|
|
/node_modules
|
|
/built
|
|
/captain-sample-apps
|
|
|
|
# JetBrains
|
|
.idea
|
|
|
|
# Debug log from npm
|
|
npm-debug.log
|
|
|
|
|
|
.DS_Store
|
|
|
|
.github
|
|
.vscode
|