update gitignore for env

This commit is contained in:
VetheonGames 2024-02-28 13:05:20 -07:00
parent 03c6ad4fac
commit 1c7cf75baf
2 changed files with 3 additions and 1 deletions

3
.env Normal file
View File

@ -0,0 +1,3 @@
DISCORD_TOKEN=your_discord_bot_token_here
CLIENT_ID=your_client_id_here
GUILD_ID=your_guild_id_here

1
.gitignore vendored
View File

@ -74,7 +74,6 @@ web_modules/
.yarn-integrity .yarn-integrity
# dotenv environment variable files # dotenv environment variable files
.env
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local