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.
docuseal/.dockerignore

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