diff options
| author | 2022-11-11 09:42:04 +0100 | |
|---|---|---|
| committer | 2022-11-11 09:42:04 +0100 | |
| commit | b755906ad165fea4e56176ff3a1c3f9ef09150a9 (patch) | |
| tree | f7e40d3c8957e460600b537143a3699beb1d9733 /.gitignore | |
| parent | [docs] Replace old references to the previous streaming with websockets (#1015) (diff) | |
| download | gotosocial-b755906ad165fea4e56176ff3a1c3f9ef09150a9.tar.xz | |
[docs] postgres collation warning (#1017)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b3ddcb399..f2a409fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,7 @@ shell.nix # ignore custom GOBIN path /bin + +# ignore config dirs from IDEs +/.idea/ +/.fleet/ |
