FFmpegConvert/.gitignore
EpicKnarvik97 3a051abf2c
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
Removes som IDE files
2020-02-11 11:32:32 +01:00

33 lines
364 B
Plaintext

# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/nbproject/private/
/build/
/dist/
.idea
/.idea/
out
target
build.xml
nbproject