Skip to content

Commit

Permalink
Update the .*ignore files to match METexpress
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-noaa committed Sep 12, 2023
1 parent e09b3d7 commit 4675f19
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 20 deletions.
39 changes: 24 additions & 15 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
.git*
.idea
.vscode
README*
RELEASE.txt
appProduction*
bundle*
**/node_modules
# Tooling artifacts
**/.git
**/.github
**/.fleet
**/.idea
**/.vscode

# Meteor artifacts
**/bundle
**/.npm
cache*
**/.meteor/local
**/node_modules

# MATS artifacts
**/*.md
container_deployment
kubernetes
home
logs
kubernetes
METexpress
scripts
server_configuration_files
static
tests
tmp*
METexpress
**/tests
build.sh
RELEASE.txt

# Development files
**/tmp*
cache*
logs
14 changes: 9 additions & 5 deletions home/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Tooling artifacts
.git/
.github/
.idea/
.vscode/
**/.git
**/.github
**/.idea
**/.vscode
**/.fleet
.gitignore

# Home app
Expand All @@ -15,4 +16,7 @@ LICENSE
home
main
coverage.out
settings.json
settings.json

# Development files
**/tmp*
3 changes: 3 additions & 0 deletions home/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Go binaries for this project
home
main

# Settings file
settings*.json

0 comments on commit 4675f19

Please sign in to comment.