mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
298 B
32 lines
298 B
/db/*.sqlite3
|
|
|
|
**/node_modules
|
|
/node_modules
|
|
/coverage
|
|
/doc
|
|
/.git
|
|
/.github
|
|
/.bundle
|
|
/.yardoc
|
|
|
|
/log/*
|
|
/tmp/*
|
|
!/log/.keep
|
|
!/tmp/.keep
|
|
|
|
/tmp/pids/*
|
|
!/tmp/pids/.keep
|
|
|
|
/storage/*
|
|
!/storage/.keep
|
|
|
|
.byebug_history
|
|
|
|
/config/master.key
|
|
/public/packs-test
|
|
/public/packs
|
|
/attachments
|
|
/docuseal
|
|
.DS_Store
|
|
.env
|