web/.gitignore

40 lines
544 B
Text
Raw Normal View History

2021-11-02 06:37:56 +01:00
# Node Modules Directory
node_modules/
2021-11-10 06:00:13 +01:00
# Package Manager
2021-11-09 05:20:36 +01:00
package-lock.json
2021-11-09 04:07:54 +01:00
2021-11-02 06:37:56 +01:00
# IDE Configuration
.vscode/
*.code-workspace
# 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
2021-11-15 11:22:22 +01:00
# Config
2021-11-15 11:35:31 +01:00
config.js