Skip to content

Commit

Permalink
remove dotfile changes and devbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
thoward committed Dec 16, 2024
1 parent f52d7f1 commit bb3381c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 472 deletions.
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

105 changes: 4 additions & 101 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,65 +5,8 @@
# we rebuild as part of CI/CD deployments, we just don't check-in.
/resources

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

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

### Windows ###
# 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

# Dependency directories
node_modules/
jspm_packages/

# Source map files
node_modules
*.map

# For us Vim folk.
Expand All @@ -73,43 +16,17 @@ jspm_packages/
.idea/
*.iml

### VisualStudioCode ###
.vscode

# VScode solution files.
*.sln

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

# We use yarn instead of npm. If someone happens to use npm, a
# package-lock.json file will be created, which is redundant with
# yarn's yarn.lock file. We ignore package-lock.json to prevent
# it from being added mistakenly.
/package-lock.json

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# venv dir
# Python's virtual env dir.
venv/

# compiled python files
*.pyc
*.pyo
*.pyd

# Ignore the Stencil component bundle.
/static/js/components.js
/static/js/components/
Expand Down Expand Up @@ -143,19 +60,5 @@ _vendor/
.doctrees/
.buildinfo

### Archive files ###
*.zip
*.tar.gz
*.tar.xz
*.tar.bz2
*.tar.lz
*.7z
*.rar

### Aider specific ###
.aider*
.env

### Devbox specific ###
# site: https://www.jetify.com/devbox
.devbox
# VScode solution files.
*.sln
10 changes: 1 addition & 9 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,4 @@ typedoc.json
origin-bucket-metadata.json

# Ignore js scripts added to the static folder
static/js

# Ignore .devbox
.devbox
devbox.json

# Ignore Aider
.aider*
.env
static/js
20 changes: 0 additions & 20 deletions devbox.json

This file was deleted.

Loading

0 comments on commit bb3381c

Please sign in to comment.