diff options
author | René Meusel <[email protected]> | 2022-03-10 11:53:56 +0100 |
---|---|---|
committer | René Meusel <[email protected]> | 2022-03-10 13:41:28 +0100 |
commit | b66f71caa60c3cf3395c4ee3fcec224cd9eb6df7 (patch) | |
tree | d33471175bb5b199446a9275d79653e2d5831ad2 /.gitignore | |
parent | 8de350e896c9f3a998c8eff0053630ff8fa7d560 (diff) |
Provide a basic project configuration for Sublime Text
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8c7a071b7..153b5a280 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,11 @@ vgcore.* \#*\# .\#* +# Editor configuration files (top level) +/*.sublime-project +/*.sublime-workspace +/.editorconfig + # Archive files *.tgz *.tar |