Skip to content

Instantly share code, notes, and snippets.

@Yalme
Created November 21, 2022 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yalme/808bd5d68322611985bb00a69c8657fc to your computer and use it in GitHub Desktop.
Save Yalme/808bd5d68322611985bb00a69c8657fc to your computer and use it in GitHub Desktop.
Example of web development based .gitignore file
# Common paths
**/lib/
**/libs/
**/cache/
**/vendor/
**/uploads/
**/images/
**/imgs/
**/files/
**/fonts/
**/logs/
# Images / Video / Files / Fonts
*.jpg
*.jpeg
*.png
*.svg
*.gif
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.pdf
*.woff
*.eot
*.ttf
*.otf
*.xls
*.xlsb
# Logs and databases
*.log
*.sql
*.sqlite
*.db
# Compiled source
*.dll
*.exe
*.o
*.so
# OS generated files
ehthumbs.db
Thumbs.db
dwsync.xml
# Specific folders
test/
# wordpress
**/wp-admin/
**/wp-includes/
**/wp-content/themes/twenty*
**/wp-content/plugins/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment