diff --git a/.gitignore b/.gitignore index bce15ddc..afc59961 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ obj/ riderModule.iml /_ReSharper.Caches/ /.idea/.idea.ProjectLighthouse/.idea/workspace.xml +.idea/dataSources/*.xml +.idea/dataSources/**/*.meta +.idea/dataSources.local.xml \ No newline at end of file diff --git a/.idea/.idea.ProjectLighthouse/.idea/dataSources.xml b/.idea/.idea.ProjectLighthouse/.idea/dataSources.xml new file mode 100644 index 00000000..4b88ef02 --- /dev/null +++ b/.idea/.idea.ProjectLighthouse/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://localhost:3306/lighthouse + $ProjectFileDir$ + + + \ No newline at end of file