dataSource gitignore 추가
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
12
.idea/dataSources.xml
generated
@@ -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>
|
||||
5
backend-api/.gitignore
vendored
5
backend-api/.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
|
||||
#db정보
|
||||
/config.serverless.yml
|
||||
/.env.dev
|
||||
/.env.prod
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
|
||||
Reference in New Issue
Block a user