chore: add .gitignore

This commit is contained in:
Jorge Bornhausen 2025-07-24 14:11:22 +02:00
parent 1738825686
commit ad99d6cfbd
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs

33
.gitignore vendored Normal file
View file

@ -0,0 +1,33 @@
# Eclipse
.project
.classpath
.settings/
bin/
# IntelliJ
.idea
*.ipr
*.iml
*.iws
# NetBeans
nb-configuration.xml
# Visual Studio Code
.vscode
.factorypath
# OSX
.DS_Store
# Vim
*.swp
*.swo
# patch
*.orig
*.rej
# Local environment
.env