mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
The java files in the repository can be hot reloaded when started from the share docker-file.
47 lines
933 B
Plaintext
47 lines
933 B
Plaintext
# General ignored files and directories
|
|
.ant-targets-build.xml
|
|
.classpath
|
|
.gradle
|
|
.idea
|
|
.project
|
|
.settings
|
|
.history
|
|
*.bak
|
|
*.eml
|
|
*.iml
|
|
*.log*
|
|
*.tmp
|
|
*.war
|
|
bin
|
|
build.local.properties
|
|
dist
|
|
explodedDeps
|
|
local.properties
|
|
rebel.xml
|
|
rebel-remote.xml
|
|
target
|
|
test-output
|
|
|
|
# /rm-community/
|
|
/rm-community/l10n
|
|
/rm-community/root
|
|
|
|
# /rm-community/rm-server/
|
|
/rm-community/rm-server/alfresco-solr.zip
|
|
/rm-community/rm-server/solr
|
|
/rm-community/rm-server/shared
|
|
|
|
# /rm-community/rm-server/config/
|
|
/rm-community/rm-server/config/alfresco-global.properties
|
|
|
|
# /rm-community/rm-server/config/alfresco/
|
|
/rm-community/rm-server/config/alfresco/extension
|
|
|
|
# /rm-enterprise/rm-automation-enterprise/
|
|
/rm-enterprise/rm-automation-enterprise/l10n
|
|
/rm-enterprise/rm-automation-enterprise/root
|
|
|
|
rm-automation/src/test/resources/webdriver.properties
|
|
|
|
/rm-community/rm-community-rest-api-explorer/overlays
|
|
/rm-enterprise/rm-enterprise-rest-api-explorer/overlays |