lnk: added .gitignore-global
This commit is contained in:
68
.gitignore-global
Normal file
68
.gitignore-global
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
###################
|
||||||
|
# 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
|
||||||
|
|
||||||
|
######################
|
||||||
|
# OS generated files #
|
||||||
|
######################
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
##################
|
||||||
|
# Editor's files #
|
||||||
|
##################
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
.idea/
|
||||||
|
.settings/
|
||||||
|
.classpath
|
||||||
|
# Francois discussion
|
||||||
|
*.iml
|
||||||
|
.project
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
##############
|
||||||
|
# Java files #
|
||||||
|
##############
|
||||||
|
target/
|
||||||
|
*.class
|
||||||
|
.svn/
|
||||||
|
|
||||||
|
################
|
||||||
|
# Python files #
|
||||||
|
################
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
venv/
|
||||||
|
|
||||||
|
##################
|
||||||
|
# Packaging app' #
|
||||||
|
##################
|
||||||
|
.pixi/
|
||||||
Reference in New Issue
Block a user