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

2
.gitignore vendored
View File

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