mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
60 lines
806 B
Plaintext
60 lines
806 B
Plaintext
*.class
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.settings
|
|
.project
|
|
.gradle
|
|
.history
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
#VSCode
|
|
/.vscode
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Maven
|
|
target
|
|
*.log
|
|
*.log.*
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj
|
|
.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# maven-shade-plugin for mmt tool
|
|
dependency-reduced-pom.xml
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
|
|
|
# Development
|
|
repository/scripts/hazelcast-init/alfresco-hazelcast-config.xml
|
|
|
|
# Alfresco runtime
|
|
alf_data
|
|
|
|
# AGS
|
|
build.local.properties
|
|
dist
|
|
explodedDeps
|
|
local.properties
|
|
rebel.xml
|
|
rebel-remote.xml
|
|
test-output
|
|
|
|
/amps/ags/rm-automation/src/test/resources/webdriver.properties
|
|
/amps/ags/rm-community/rm-server/config/alfresco/extension
|
|
/amps/ags/rm-community/rm-community-rest-api-explorer/overlays
|