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
|
.DS_Store
|
||||||
|
|
||||||
|
##### Development
|
||||||
|
#### Node
|
||||||
|
## Node.js dependencies directory
|
||||||
node_modules/
|
node_modules/
|
||||||
|
## Build directories
|
||||||
dist/
|
dist/
|
||||||
src/public/app-dist/
|
src/public/app-dist/
|
||||||
|
## Log files generated
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
## Databases
|
||||||
*.db
|
*.db
|
||||||
|
## Keys & Certs
|
||||||
config.ini
|
config.ini
|
||||||
cert.key
|
cert.key
|
||||||
cert.crt
|
cert.crt
|
||||||
|
## Server-specific package.json
|
||||||
server-package.json
|
server-package.json
|
||||||
|
#### ESLInt
|
||||||
|
## Cache
|
||||||
|
.eslintcache
|
||||||
|
### Tmp files
|
||||||
|
tmp/
|
||||||
|
|
||||||
|
##### IDEs
|
||||||
|
#### JetBrains
|
||||||
.idea/httpRequests/
|
.idea/httpRequests/
|
||||||
|
|
||||||
|
## ---------------------
|
||||||
|
|
||||||
data/
|
data/
|
||||||
data-test/
|
data-test/
|
||||||
tmp/
|
|
||||||
.eslintcache
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user