mirror of
https://github.com/gungwald/online.git
synced 2025-01-06 00:32:42 +00:00
28 lines
305 B
Plaintext
28 lines
305 B
Plaintext
|
# Vim swap files
|
||
|
.*.swp
|
||
|
|
||
|
# Vim backup files
|
||
|
.*~
|
||
|
|
||
|
# Compiled Java
|
||
|
*.class
|
||
|
|
||
|
# Mobile Tools for Java (J2ME)
|
||
|
.mtj.tmp/
|
||
|
|
||
|
# Packaged Java components
|
||
|
*.war
|
||
|
*.ear
|
||
|
|
||
|
# JVM crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|
||
|
|
||
|
# C development
|
||
|
*.exe
|
||
|
*.o
|
||
|
Debug/
|
||
|
Release/
|
||
|
|
||
|
# Mac
|
||
|
.DS_Store
|