From d49f9b8e06a100e77ba0506e942256ac1ac3cef0 Mon Sep 17 00:00:00 2001 From: Xeronith Date: Fri, 30 Sep 2022 10:43:29 +0330 Subject: [PATCH] chore: :wrench: update .gitignore --- .github/workflows/server.yml | 25 ------------------------- .gitignore | 3 +++ .vscode/settings.json | 5 ----- greataped/.gitignore | 3 ++- 4 files changed, 5 insertions(+), 31 deletions(-) delete mode 100644 .github/workflows/server.yml create mode 100644 .gitignore delete mode 100644 .vscode/settings.json diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml deleted file mode 100644 index c2168ce..0000000 --- a/.github/workflows/server.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: server - -on: - push: - branches: - - master - -env: - PORT: 8080 - -jobs: - Build: - - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.19 - - - name: Build - working-directory: greataped/app - run: go build -v ./... diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e249ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +.vscode/ +.idea/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 117c10d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "conventionalCommits.scopes": [ - "workspace" - ] -} \ No newline at end of file diff --git a/greataped/.gitignore b/greataped/.gitignore index 3816a49..fd8c85b 100644 --- a/greataped/.gitignore +++ b/greataped/.gitignore @@ -1,6 +1,7 @@ .DS_Store .vscode/ +.idea/ tools/ tmp/ *.sqlite -__debug_bin \ No newline at end of file +__debug_bin