Skip to content

Instantly share code, notes, and snippets.

@mageddo
Last active October 10, 2023 15:17
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 mageddo/0a77a179e1dc483679a23b83764ef0af to your computer and use it in GitHub Desktop.
Save mageddo/0a77a179e1dc483679a23b83764ef0af to your computer and use it in GitHub Desktop.
Programmer Utils
# version: 1.0.4
# https://help.github.com/articles/dealing-with-line-endings/
*.java text eol=lf
*.cpp text eol=lf
*.kt text eol=lf
*.c text eol=lf
*.go text eol=lf
*.sql text eol=lf
# docs
*.md text eol=lf
# data
*.log text eol=lf
*.json text eol=lf
*.txt text eol=lf
*.xml text eol=lf
# frontend
*.js text eol=lf
*.html text eol=lf
*.css text eol=lf
# infra
*.bat text eol=crlf
.gitignore text eol=lf
.env text eol=lf
.gitattributes text eol=lf
.editorconfig text eol=lf
Dockerfile text eol=lf
*.Dockerfile text eol=lf
Dockerfile.* text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.properties text eol=lf
*.gradle text eol=lf
*.jenkinsfile text eol=lf
gradlew text eol=lf
# Binary
*.so binary
*.dll binary
*.exe binary
*.jar binary
*.png binary
*.jpg binary
*.ttf binary
# Version: 2.0
# https://gist.github.com/mageddo/0a77a179e1dc483679a23b83764ef0af#file-gitignore
# Operating System Files
*.DS_Store
Thumbs.db
# Build Files
*.log
bin
target
build/
.gradle
*.lock
lib
# Eclipse Project Files #
.classpath
.project
.settings
# IntelliJ IDEA Files #
out
*.iml
*.ipr
*.iws
*.idea
# Spring Bootstrap artifacts
dependency-reduced-pom.xml
README.html
# Binaries
*.so
*.dll
*.tgz
*.tar
*.tar.gz
*.7z
*.rar
*.zip
*.bz2
*.tar.*
# Misc
*.old
*.tmp
*.orig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment