init .gitignore

This commit is contained in:
LuckyLaszlo
2022-09-01 13:17:45 +02:00
parent 597e5465cc
commit e710676233

63
.gitignore vendored
View File

@@ -1,50 +1,17 @@
# These are some examples of commonly ignored file patterns. .DS_Store
# You should customize this list as applicable to your project. Thumbs.db
# Learn more about .gitignore: *.o
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore *.d
*.swp
# Node artifact files *.out
node_modules/ *.exe
dist/ *.stackdump
*.a
# Compiled Java class files *.so
*.class *.dSYM
.vscode
# Compiled Python bytecode *.lnk
*.py[cod] *.zip
# Log files
*.log *.log
# Package files .env
*.jar
# Maven
target/
dist/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv