mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
* REPO-4400_Moving keystore folder contents In removing the ssl.keystore and ssl.truststore the following files were found. It was discussed with Alex M that it would be more appropriate for these to be part of packaging. * Update .gitignore
38 lines
462 B
Plaintext
38 lines
462 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 |