Piped-Backend/.gitignore

31 lines
336 B
Plaintext
Raw Permalink Normal View History

2020-11-13 02:49:45 +05:30
# Compiled class file
*.class
bin/
.*
!.gitignore
2021-01-05 10:56:43 +05:30
!.dockerignore
!.github/
2020-11-13 02:49:45 +05:30
# Log file
*.log
### Gradle ###
/build/
# Database Data
/data/
2020-11-13 02:49:45 +05:30
# TxT File
*.txt
2022-09-11 02:13:28 +05:30
# Jar files
*.jar
2020-11-13 02:49:45 +05:30
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Version File
VERSION