Piped-Backend/.gitignore

31 lines
336 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
2022-09-10 20:43:28 +00:00
# Jar files
*.jar
2020-11-12 21:19:45 +00:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Version File
VERSION