mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
build: update .gitignore
This commit is contained in:
parent
4de9265e7a
commit
0791e52592
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,10 +1,19 @@
|
||||
### Gradle
|
||||
.gradle
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
### NodeJS
|
||||
node_modules
|
||||
*.log
|
||||
|
||||
### STS ###
|
||||
### Logs
|
||||
*.log
|
||||
*.log.*.gz
|
||||
|
||||
### H2 databases
|
||||
*.mv.db
|
||||
*.trace.db
|
||||
|
||||
### STS
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
@ -12,7 +21,7 @@ node_modules
|
||||
.settings
|
||||
.springBeans
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
### IntelliJ IDEA
|
||||
!.idea/
|
||||
.idea/*
|
||||
!/.idea/runConfigurations/
|
||||
@ -20,7 +29,7 @@ node_modules
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### NetBeans ###
|
||||
### NetBeans
|
||||
nbproject/private/
|
||||
build/
|
||||
nbbuild/
|
||||
@ -28,4 +37,5 @@ dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
|
||||
### Komga
|
||||
/komga/src/main/resources/public/
|
||||
|
Loading…
Reference in New Issue
Block a user