diff options
author | Rachel H <lastexyle@gmail.com> | 2018-06-06 21:26:44 -0700 |
---|---|---|
committer | Rachel H <lastexyle@gmail.com> | 2018-06-07 00:39:24 -0700 |
commit | 1525a0404bfe1ff966a500703bef9aca2f678834 (patch) | |
tree | 552019223185881f09f4ceee34ba414fef2f15dc /.gitignore | |
parent | 0a0c6bf3945d6da98d3e5a08205a9b4f24adb67f (diff) | |
download | pleroma-1525a0404bfe1ff966a500703bef9aca2f678834.tar.gz pleroma-1525a0404bfe1ff966a500703bef9aca2f678834.zip |
Fix follow errors
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3fbf17ba8..9aad700ee 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,7 @@ erl_crash.dump /config/setup_db.psql .DS_Store -.env
\ No newline at end of file +.env + +# Editor config +/.vscode
\ No newline at end of file |