mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
30 lines
318 B
Plaintext
30 lines
318 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dbs
|
|
/dist
|
|
/notebook
|
|
|
|
# local env files
|
|
.env
|
|
.env.publish
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
*.code-workspace
|
|
|
|
#Electron-builder output
|
|
/dist_electron
|
|
log_creds.txt |