mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
39 lines
385 B
Plaintext
39 lines
385 B
Plaintext
/.bundle
|
|
|
|
/db/*.sqlite3
|
|
/db/*.sqlite3-*
|
|
|
|
/log/*
|
|
/tmp/*
|
|
!/log/.keep
|
|
!/tmp/.keep
|
|
|
|
/tmp/pids/*
|
|
!/tmp/pids/
|
|
!/tmp/pids/.keep
|
|
|
|
/storage/*
|
|
!/storage/.keep
|
|
/tmp/storage/*
|
|
!/tmp/storage/
|
|
!/tmp/storage/.keep
|
|
|
|
/public/assets
|
|
|
|
/config/master.key
|
|
|
|
/public/packs
|
|
/public/packs-test
|
|
/node_modules
|
|
/yarn-error.log
|
|
yarn-debug.log*
|
|
.yarn-integrity
|
|
|
|
.env
|
|
.DS_Store
|
|
|
|
/coverage
|
|
/attachments
|
|
/docuseal
|
|
/ee
|