This repository has been archived on 2023-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
progra19/.gitignore

23 lines
153 B
Text
Raw Normal View History

2019-12-12 23:37:03 +00:00
abgaben/
code/
vpl/
# emacs stuff
*~
\#*#
2019-12-14 14:38:45 +00:00
# javac stuff
*.class
2019-12-12 23:37:03 +00:00
# javadoc stuff
*.html
*.js
*.css
# intellij stuff
.idea/
*.iml
build/
classes/
out/