cleanup and gitignore

This commit is contained in:
Ben Vezzani
2025-04-21 11:08:18 -04:00
parent db93ece7a5
commit 8dbf4e5c8c
9 changed files with 4 additions and 51 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.idea

8
.idea/.gitignore generated vendored
View File

@@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

18
.idea/misc.xml generated
View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MaterialThemeProjectNewConfig">
<option name="metadata">
<MTProjectMetadataState>
<option name="migrated" value="true" />
<option name="pristineConfig" value="false" />
<option name="userId" value="-3fa89d55:18df30f27c4:-8000" />
<option name="version" value="8.13.2" />
</MTProjectMetadataState>
</option>
<option name="titleBarState">
<MTProjectTitleBarConfigState>
<option name="overrideColor" value="false" />
</MTProjectTitleBarConfigState>
</option>
</component>
</project>

8
.idea/modules.xml generated
View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/random-go.iml" filepath="$PROJECT_DIR$/.idea/random-go.iml" />
</modules>
</component>
</project>

9
.idea/random-go.iml generated
View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml generated
View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -4,8 +4,8 @@ services:
ports:
- "5432:5432"
environment:
POSTGRES_USER: telly
POSTGRES_PASSWORD: telly
POSTGRES_USER: test
POSTGRES_PASSWORD: test
POSTGRES_DB: state_service
localstack:
image: docker.io/localstack/localstack:latest

0
docker/localstack/events.sh Normal file → Executable file
View File

0
docker/localstack/firehose.sh Normal file → Executable file
View File