Skip to content

Commit

Permalink
Remove unrelated files
Browse files Browse the repository at this point in the history
  • Loading branch information
harmtemolder committed Sep 26, 2024
1 parent 499b971 commit 4ba5ee9
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1,601 deletions.
115 changes: 57 additions & 58 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,58 +1,57 @@
# Editors

## Intellij
*.iml
.idea

## VSCode
.vscode/

# npm
node_modules
package-lock.json

# build
main.js
main.test.js
*.js.map

# test
test/
tests_jest/

# Obsidian
data.json
.hotreload
resources/

# Other
RESOURCES.md

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

## Intellij
*.iml
.idea

## VSCode
.vscode/

# npm
node_modules

# build
main.js
main.test.js
*.js.map

# test
test/
tests_jest/

# Obsidian
data.json
.hotreload
resources/

# Other
RESOURCES.md

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

0 comments on commit 4ba5ee9

Please sign in to comment.