Skip to content

Instantly share code, notes, and snippets.

@octocat
Created February 27, 2014 19:38
Show Gist options
  • Save octocat/9257657 to your computer and use it in GitHub Desktop.
Save octocat/9257657 to your computer and use it in GitHub Desktop.
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.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
@memocan11772
Copy link

Screenshot_20241228-001934 Screenshot_20241228-001933 Screenshot_20241228-001930 Screenshot_20241228-001928 Screenshot_20241228-001915 Screenshot_20241228-001905 Screenshot_20241228-001903 Screenshot_20241228-001855 Screenshot_20241228-001852 Screenshot_20241228-001850 Screenshot_20241228-001815 Screenshot_20241228-001806 Screenshot_20241228-001749 Screenshot_20241228-001745 Screenshot_20241228-001745 Screenshot_20241228-000126 Screenshot_20241228-000112 Screenshot_20241228-000103 Screenshot_20241227-235834 Screenshot_20241227-235830 Screenshot_20241227-173353 Screenshot_20241227-170528 Screenshot_20241227-163449 Screenshot_20241227-163427 Screenshot_20241227-153803 Screenshot_20241227-145111 Screenshot_20241227-141055 Screenshot_20241227-140847 Screenshot_20241227-110148 Screenshot_20241226-155139 Screenshot_20241224-193731 Screenshot_20241224-192053 Screenshot_20241224-185510 Screenshot_20241224-131530 Screenshot_20241224-130057 Screenshot_20241224-125118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment