mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
45 lines
592 B
Plaintext
45 lines
592 B
Plaintext
## Add all gitignores
|
|
!**/.gitignore
|
|
!.gitignore
|
|
## Empty folders which should be kept
|
|
!**/.keep
|
|
!.keep
|
|
|
|
#### OS
|
|
### Mac OS
|
|
## macOS system files
|
|
.DS_Store
|
|
|
|
##### Development
|
|
#### Node
|
|
## Node.js dependencies directory
|
|
node_modules/
|
|
## Build directories
|
|
dist/
|
|
src/public/app-dist/
|
|
## Log files generated
|
|
npm-debug.log
|
|
yarn-error.log
|
|
## Databases
|
|
*.db
|
|
## Keys & Certs
|
|
config.ini
|
|
cert.key
|
|
cert.crt
|
|
## Server-specific package.json
|
|
server-package.json
|
|
#### ESLInt
|
|
## Cache
|
|
.eslintcache
|
|
### Tmp files
|
|
tmp/
|
|
|
|
##### IDEs
|
|
#### JetBrains
|
|
.idea/httpRequests/
|
|
|
|
## ---------------------
|
|
|
|
data/
|
|
data-test/
|