mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
6c6d024be9
Otherwise, it is annoying to have build files that should never be committed anyway
32 lines
325 B
Plaintext
32 lines
325 B
Plaintext
/node_modules
|
|
/dist
|
|
|
|
npm-debug.log
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
#ide's
|
|
.vscode
|
|
.idea
|
|
|
|
node_modules
|
|
|
|
# Extras temp file
|
|
/tools/owl.js
|
|
/tools/devtools/build
|
|
|
|
release-notes.md
|
|
|
|
.rpt2_cache
|
|
|
|
# useful in some cases
|
|
/temp |