dataSource gitignore 추가

This commit is contained in:
HeeseonYoon
2022-09-22 17:31:23 +09:00
parent 1507a324f6
commit a839348b7e
3 changed files with 5 additions and 13 deletions

1
.gitignore vendored
View File

@@ -43,6 +43,7 @@ $RECYCLE.BIN/
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/dataSources.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

12
.idea/dataSources.xml generated
View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="sellerking_dev" uuid="f802e778-7966-4ca6-9e62-2d8cc8f75012">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://dev-sellerking-service.cpxfjdgipx1h.ap-northeast-2.rds.amazonaws.com:3306/sellerking_service</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

View File

@@ -1,4 +1,7 @@
#db정보
/config.serverless.yml
/.env.dev
/.env.prod
# compiled output
/dist