Add .gitignore file (#2272)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Alexander L. 2025-03-11 05:42:49 +01:00 committed by GitHub
parent e4498b5112
commit 028b8b6d6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Mac OS specific
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
# Editor specific files
.idea/
.vscode/
*.swp
*.swo
*~
.cursorrules
# Build artifacts
dist/
build/
out/
# Dependency directories
node_modules/
vendor/
# Temporary files
tmp/
temp/
*.tmp