DEV: update .gitignore file (#25261)

This commit is contained in:
Arpit Jalan 2024-01-15 19:42:37 +05:30 committed by GitHub
parent c7e3d27624
commit c177c198c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,6 +8,7 @@
/.env
/.procfile
/dump.rdb
.DS_Store
/config/discourse.conf
/config/discourse.pill
@ -56,6 +57,7 @@
# We provide a .sample but people can use newer versions if they want to
.ruby-version
.ruby-gemset
.tool-versions
# Likewise, there is a .vscode-sample for VSCode config
.vscode