netty5/.gitignore

49 lines
597 B
Plaintext
Raw Normal View History

2014-05-18 14:34:51 +02:00
# Eclipse project files
.project
.classpath
.settings
2014-05-18 14:34:51 +02:00
# IntelliJ IDEA project files and directories
*.iml
*.ipr
*.iws
2012-01-16 09:01:00 +01:00
.idea/
.shelf/
2014-05-18 14:34:51 +02:00
# Geany project file
.geany
2014-05-18 14:34:51 +02:00
# KDevelop project file and directory
.kdev4/
*.kdev4
2014-05-18 14:34:51 +02:00
# Build targets
/target
*/target
2014-05-18 14:34:51 +02:00
# Report directories
2009-01-16 01:57:03 +01:00
/reports
*/reports
2014-05-18 14:34:51 +02:00
# Mac-specific directory that no other operating system needs.
.DS_Store
# JVM crash logs
hs_err_pid*.log
dependency-reduced-pom.xml
2018-05-15 10:39:14 +02:00
*/.unison.*
# exclude mainframer files
mainframer
.mainframer
# exclude docker-sync stuff
.docker-sync
*/.docker-sync
# exclude vscode files
.vscode/
*.factorypath