mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Do not track DSN key
This commit is contained in:
parent
0e8e9ab8cc
commit
dc7d02e093
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -9,6 +9,9 @@
|
||||||
.history
|
.history
|
||||||
.svn/
|
.svn/
|
||||||
|
|
||||||
|
# Sentry API key
|
||||||
|
lib/dsn.dart
|
||||||
|
|
||||||
# IntelliJ related
|
# IntelliJ related
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
|
|
||||||
final String SENTRY_DSN_KEY = "SENTRY_DSN_KEY";
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue