Skip to content

Commit

Permalink
chore: add missing gitignore entries
Browse files Browse the repository at this point in the history
  • Loading branch information
amlmtl committed Nov 3, 2023
1 parent 32d92ac commit 5fdaeda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 13 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
# Whitelist our source files and folders
!/internal/
!/pkg
!/.config
!/src

# Whitelist project files
!/.gitignore
!/.config
!/.eslintrc
!/.gitignore
!/.prettierrc.js
!/CHANGELOG.md
!/LICENSE
!/magefile.go
!/Magefile.go
!/README.md
!/go.mod
!/go.sum
Expand All @@ -22,9 +23,16 @@
!/package.json
!/tsconfig.json
!/yarn.lock
!/src
!/sage
!/ci
!/install

!/docker
!/snyk
/docker/dev/data/
/docker/test/data/
!/docker/test/data/grafana-oss/plugins/*
!/docker/test/data/grafana-oss/public/*

!/.vscode
/.vscode/*
!/.vscode/launch.json
2 changes: 0 additions & 2 deletions docker/test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ mkdir -p data/grafana-oss/plugins/
rm -rf data/grafana-oss/plugins/sasesp-plugin/dist
ln -srf ../../dist data/grafana-oss/plugins/sasesp-plugin

mkdir -p data/grafana-oss/public/maps/

docker build .

0 comments on commit 5fdaeda

Please sign in to comment.