ignore production env

This commit is contained in:
Konstantin 2024-03-12 11:28:19 +01:00
parent fed534ba91
commit 548f4481e5
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -163,4 +163,6 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/
.env.production

2
.idea/.gitignore generated vendored
View file

@ -6,3 +6,5 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# GitHub Copilot persisted chat sessions
/copilot/chatSessions