mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
There were minor changes required in addition to the following cherry picks. Most notably changes from0b0ae21a37
on the 21/04/2020 and the addition of the scripts/travis directory. [maven-release-plugin][skip ci]prepare release acs-community-packaging-6.2.1-A7 (cherry picked from commit9a6769cf85
) [maven-release-plugin][skip ci]prepare for next development iteration (cherry picked from commit8ccf987875
) Pick up Share 6.2.1 and get ready for 6.2.1-A8 (cherry picked from commitb6ab0471ba
)
41 lines
502 B
Plaintext
41 lines
502 B
Plaintext
*.class
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.settings
|
|
.project
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
#VSCode
|
|
/.vscode
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Maven
|
|
target
|
|
*.log
|
|
*.log.*
|
|
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# Alfresco
|
|
alf_data/
|
|
|
|
helm/alfresco-content-services-community/charts/*
|
|
helm/alfresco-content-services-community/requirements.lock
|
|
helm/alfresco-content-services-community*.tgz
|
|
|
|
# Travis deployment folder
|
|
deploy_dir |