Skip to content

Commit

Permalink
Merge pull request #246 from cloud-gov/overhaul
Browse files Browse the repository at this point in the history
Overhaul
  • Loading branch information
rcgottlieb authored Dec 3, 2024
2 parents 5329ab8 + 03ef029 commit 9195670
Show file tree
Hide file tree
Showing 10 changed files with 625 additions and 387 deletions.
147 changes: 147 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,148 @@
tmp/
# General
*.log*
*.tmp
*.bak
*.swp
*.swo
.Thumbs.db
Desktop.ini
._*
.TemporaryItems
.Trash-*
.env*
*.pid
*.pid.lock
*.seed
*.db
*.dbmdl
.db.sqlite3
*.sqlite
*.sqlite3
*.tlog
*.tmproj
*.tmp_proj
*.un~
*.user
*.userosscache
*.userprefs
*.vbproj.user
*.vssscc
*.vspscc
*.suo
*.cache
*.csproj.user
*.sln.docstates
**/*.iws
*.iws

# Security - Sensitive files that should never be committed
*.gpg
*.asc
.env
.env.local
.env.*.local
.secret
*.vault
*.token
*.apikey
*.credentials
**/secrets.yml
**/credentials.yml
**/config/dev.yml
**/config/private.yml

# Dependencies
/node_modules/
/bower_components/
.jekyll-cache/
/vendor/
*.gem
*.egg
*.egg-info
.eggs/

# Compiled Source
*.com
*.class
*.dll
*.exe
*.o
*.so
*.dylib
*.lib
*.obj
*.pdb

# Packages
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and Databases
*.log
*.sql
**/log/*.log
**/log/*.log*

# OS generated files
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE/Editor configurations
/.idea/
*.iml
.vscode/
*.code-workspace
*.sublime-project
*.sublime-workspace
/.vs/
/.atom/
/.eclipse/
/.netbeans/
/.intellij/
/.jbuilder/
/.rubymine/
/.mine/
/.textmate/
/.vim/
/.emacs.d/
*.sw*
.vscode
.trunk

# Build Artifacts
/dist/
/tmp/
/out/
/build/
/target/
/coverage/
/Release
/Debug
/x64/
/x86/
*.lock
*.tgz
**/.terraform/*
**/node_modules/**

# Certificates and Keys
*.csr
*.crt
*.key
*.pem
*.pfx

# System files
$RECYCLE.BIN/
$tf/
2 changes: 1 addition & 1 deletion ci/aws-iam-check-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ params:
IAM_KEYS_USER:
IAM_KEYS_PASSWORD:
IAM_KEYS_HOST:
IAM_KEYS_PORT:
IAM_KEYS_PORT:
Loading

0 comments on commit 9195670

Please sign in to comment.