mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
🙈 gitignore: Update documentation in gitignore and sort ignored folder/files by category.
This commit is contained in:
parent
a3ce5b5d28
commit
30bd216500
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,16 +1,37 @@
|
||||
#### 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/
|
||||
tmp/
|
||||
.eslintcache
|
||||
|
Loading…
x
Reference in New Issue
Block a user