ignore .directory file
This commit is contained in:
parent
d5c2307eeb
commit
6041a99ea6
@ -13,14 +13,14 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Alexander Popov
|
name = Alexander Popov
|
||||||
email = iiiypuk@fastmail.fm
|
email = iiiypuk@fastmail.fm
|
||||||
signingkey = 9F04A70C
|
signingkey =
|
||||||
[core]
|
[core]
|
||||||
eol = lf
|
eol = lf
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
excludesFile = ~/.gitignore
|
excludesFile = ~/.gitignore
|
||||||
editor = micro
|
editor = micro
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = false
|
||||||
[gpg]
|
[gpg]
|
||||||
program = /usr/bin/gpg
|
program = /usr/bin/gpg
|
||||||
[init]
|
[init]
|
||||||
|
1
~/Git/.gitignore
vendored
1
~/Git/.gitignore
vendored
@ -3,3 +3,4 @@ __pycache__/
|
|||||||
node_modules/
|
node_modules/
|
||||||
vendor/
|
vendor/
|
||||||
composer.phar
|
composer.phar
|
||||||
|
.directory
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
"show_line_endings": true,
|
"show_line_endings": true,
|
||||||
"highlight_line": true,
|
"highlight_line": true,
|
||||||
"folder_exclude_patterns": [".git", "node_modules", "venv", "vendor", "tpl_cache"],
|
"folder_exclude_patterns": [".git", "node_modules", "venv", "vendor", "tpl_cache"],
|
||||||
"file_exclude_patterns": ["composer.phar", "*.sqlite3"],
|
"file_exclude_patterns": ["composer.phar", "*.sqlite3", ".directory"],
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Vintage",
|
"Vintage",
|
||||||
],
|
],
|
||||||
"theme": "Adaptive.sublime-theme"
|
"theme": "Adaptive.sublime-theme",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user