32bca66794
Motivation:
df8b9d3fb9
added config files for docker-sync but missed to add a gitignore for .docker-sync
Modifications:
Add .docker-sync to gitignore
Result:
Ignore .docker-sync directory
44 lines
542 B
Plaintext
44 lines
542 B
Plaintext
# Eclipse project files
|
|
.project
|
|
.classpath
|
|
.settings
|
|
|
|
# IntelliJ IDEA project files and directories
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Geany project file
|
|
.geany
|
|
|
|
# KDevelop project file and directory
|
|
.kdev4/
|
|
*.kdev4
|
|
|
|
# Build targets
|
|
/target
|
|
*/target
|
|
|
|
# Report directories
|
|
/reports
|
|
*/reports
|
|
|
|
# Mac-specific directory that no other operating system needs.
|
|
.DS_Store
|
|
|
|
# JVM crash logs
|
|
hs_err_pid*.log
|
|
|
|
dependency-reduced-pom.xml
|
|
|
|
*/.unison.*
|
|
|
|
# exclude mainframer files
|
|
mainframer
|
|
.mainframer
|
|
|
|
# exclude docker-sync stuff
|
|
.docker-sync
|
|
*/.docker-sync
|