Skip to content

Commit

Permalink
gitignore updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwrege2z committed Oct 12, 2023
1 parent 3a02d8f commit 8889ee6
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

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

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

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# SHANNON ADDED BELOW

#sbw project
temp
.vscode
credentials_.*
config-dev.js

# package directories
node_modules
jspm_packages

# Serverless directories
.serverless

# Data repository
package.json
package-lock.json
scripts
.jshint*
indexes
private

0 comments on commit 8889ee6

Please sign in to comment.