2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Do not track DSN key

This commit is contained in:
Oliver Walters 2020-04-16 19:50:13 +10:00
parent 0e8e9ab8cc
commit dc7d02e093
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -9,6 +9,9 @@
.history
.svn/
# Sentry API key
lib/dsn.dart
# IntelliJ related
*.iml
*.ipr

View File

@ -1,2 +0,0 @@
final String SENTRY_DSN_KEY = "SENTRY_DSN_KEY";