Skip to content

Commit

Permalink
Merge branch 'main' into web-landscape-2024-11-13T18-02
Browse files Browse the repository at this point in the history
  • Loading branch information
jmertic authored Nov 26, 2024
2 parents 8da7641 + 63c006f commit 9ef60a5
Show file tree
Hide file tree
Showing 11 changed files with 2,212 additions and 1,298 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
sarif_file: results.sarif
101 changes: 66 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,78 @@
logs
*.log*
debug.log
build/
missing.csv
http_cache.sqlite
*.json
dist/

# Runtime data
pids
*.pid
*.seed
### MacOS - https://github.com/github/gitignore/blob/main/Global/macOS.gitignore ###

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# General
.DS_Store
.AppleDouble
.LSOverride

# Coverage directory used by tools like istanbul
coverage
# Icon must end with two \r
Icon

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript
# Thumbnails
._*

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

#dist folder
dist
### Linux - https://github.com/github/gitignore/blob/main/Global/Linux.gitignore ###
*~

# IDEA/Webstorm project files
.idea
*.iml
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

#VSCode metadata
.vscode
# KDE directory preferences
.directory

# Mac files
.DS_Store
# Linux trash folder which might appear on any partition or disk
.Trash-*

tmp
data.json
preview.json
lookup.json
landscapeapp
missing.csv
build/
# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### Windows - https://github.com/github/gitignore/blob/main/Global/Windows.gitignore ###

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk
1 change: 1 addition & 0 deletions cached_logos/citi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions cached_logos/jcl-check-workload-automation-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9ef60a5

Please sign in to comment.