Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix: add frontend/node_modules to gitignore
Browse files Browse the repository at this point in the history
This folder is now created by `dev-server` command, so it should be
added to `.gitignore`.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Nov 5, 2021
1 parent a675b86 commit db30f50
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2021-10-26T14:12:56Z by kres 83904ad-dirty.
// Generated on 2021-11-05T12:13:36Z by kres 6a46ad7-dirty.

module.exports = {
presets: [
Expand Down
8 changes: 3 additions & 5 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-10-22T16:23:42Z by kres f6c7130-dirty.
# Generated on 2021-11-05T12:13:36Z by kres 6a46ad7-dirty.

---
policies:
Expand Down Expand Up @@ -28,12 +28,10 @@ policies:
spec:
skipPaths:
- .git/
- testdata/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
- .pb.gw.go
header: |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
header: "// This Source Code Form is subject to the terms of the Mozilla Public\u000A// License, v. 2.0. If a copy of the MPL was not distributed with this\u000A// file, You can obtain one at http://mozilla.org/MPL/2.0/.\u000A"
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2020-09-23T21:48:27Z by kres ce6bee5-dirty.
# Generated on 2021-11-05T12:13:36Z by kres 6a46ad7-dirty.

_out
frontend/node_modules
2 changes: 1 addition & 1 deletion .jestrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2021-10-26T14:12:56Z by kres 83904ad-dirty.
// Generated on 2021-11-05T12:13:36Z by kres 6a46ad7-dirty.

module.exports = {
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel/',
Expand Down
2 changes: 1 addition & 1 deletion internal/frontend/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2021-10-26T14:12:56Z by kres 83904ad-dirty.
// Generated on 2021-11-05T12:13:36Z by kres 6a46ad7-dirty.

package frontend

Expand Down

0 comments on commit db30f50

Please sign in to comment.