3
0
Fork 0

initial commit

This commit is contained in:
Willem Cazander 2022-11-13 14:46:54 +01:00
parent 5aeabf52d6
commit 5a6bd1d07b
148 changed files with 7509 additions and 0 deletions

53
.gitignore vendored Normal file
View file

@ -0,0 +1,53 @@
#
# Git ignore for fsim
#
### Forbidden
*.log
*.cache
*.class
*.so
*.dll
### Temp
*~
.tmp
*.bak
*.swp
.~lock.*
.kate-swp
### Eclipse
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA
.idea
*.iws
*.iml
*.ipr
### NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code
.vscode/
# mac finder
.DS_Store
# windows exploder
Thumbs.db
# kde dolphin
.directory