mirror of
https://github.com/caprover/caprover
synced 2025-10-30 18:07:25 +00:00
18 lines
219 B
Plaintext
18 lines
219 B
Plaintext
# add git-ignore syntax here of things you don't want copied into docker image
|
|
|
|
.git
|
|
|
|
/temp_upload
|
|
/currentdirectory
|
|
/node_modules
|
|
/built
|
|
/dist-frontend
|
|
|
|
# JetBrains
|
|
.idea
|
|
|
|
# Debug log from npm
|
|
npm-debug.log
|
|
|
|
|
|
.DS_Store |