Skip to content

Commit

Permalink
add gitingnore
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyoz committed Sep 16, 2024
1 parent 5415eb8 commit 37383a9
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE and editor files #
########################
.idea/
.vscode/
.vs/
*.swp
*.swo
*~

# Node.js #
###########
node_modules/
npm-debug.log

# Python #
##########
*.py[cod]
__pycache__/
*.so

# Java #
########
*.class
*.jar
*.war
*.ear

# Gradle #
##########
.gradle
/build/

# Maven #
#########
target/

# Miscellaneous #
#################
*.bak
*.tmp
*.temp

0 comments on commit 37383a9

Please sign in to comment.