46 lines
642 B
Plaintext
46 lines
642 B
Plaintext
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
/.settings
|
|
|
|
# IntelliJ IDEA project files
|
|
*.iml
|
|
/.idea
|
|
|
|
# VSCode project files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
|
|
# JS
|
|
/node_modules
|
|
|
|
# Others
|
|
/target
|
|
/logs
|
|
.history/
|
|
|
|
# Liquibase
|
|
/liquibase/ujcms-db-docs
|
|
/liquibase/temp-diff.yaml
|
|
/liquibase/temp-changelog.yaml
|
|
|
|
# Lucene
|
|
/src/main/webapp/WEB-INF/lucene
|
|
/src/main/webapp/WEB-INF/lucene_test
|
|
|
|
# Backup
|
|
/src/main/webapp/WEB-INF/backup
|
|
|
|
# Uploads
|
|
/src/main/webapp/uploads_test
|
|
|
|
# Static HTML file
|
|
/src/main/webapp/articles
|
|
/src/main/webapp/channels
|
|
/src/main/webapp/index.html
|
|
|
|
# License
|
|
/src/main/resources/license
|
|
/src/main/webapp/WEB-INF/license
|
|
|