Git โกลบอลไม่สนใจ

รหัสตัวอย่าง

3
0

git โกลบอลไม่สนใจ

#Create your global ignore file like a normal .gitignore
#in your home folder.
git config --global core.excludesfile /path/to/home/.gitignore
#Your git now exclude any file declared in that .gitignore
#It's useful for hide your IDE's folder (.idea, .vscode, ...)
-1
0

git ไม่สนใจโลก

# .gitignore global
# IntelliJ IDEA
.idea
*.iml
*.iws
.idea-compl
*.sc

# Mac
.DS_Store

# Clojure
.lein-repl-history
.lein-failures
completer.hist
.nrepl-port

# Scala
libsigar-universal64-macosx.dylib

# Custom
*.no-commit.*
-1
0

ตั้งค่าทั่วไป git ไม่สนใจ

touch ~/.gitignore
git config --global core.excludesfile ~./gitignore

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................