Piped-Backend/.gitignore

28 lines
314 B
Plaintext
Raw Normal View History

2020-11-12 21:19:45 +00:00
# Compiled class file
*.class
bin/
.*
!.gitignore
2021-01-05 05:26:43 +00:00
!.dockerignore
!.github/
2020-11-12 21:19:45 +00:00
# Log file
*.log
### Gradle ###
/build/
# Database Data
/data/
2020-11-12 21:19:45 +00:00
# TxT File
*.txt
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Version File
VERSION