mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
f4994a20d8
I sometimes use the temp folder to keep stuff in while working on refactorings/switching branches.
34 lines
332 B
Plaintext
34 lines
332 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*
|
|
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
#ide's
|
|
.vscode
|
|
.idea
|
|
|
|
node_modules
|
|
|
|
# Extras temp file
|
|
/tools/owl.js
|
|
|
|
release-notes.md
|
|
|
|
.rpt2_cache
|
|
|
|
# useful in some cases
|
|
/temp |