mirror of
https://github.com/barkeser2002/ddrive.git
synced 2026-09-25 01:10:06 +03:00
modified: .gitignore new file: .npmignore new file: LICENSE modified: Procfile modified: README.md modified: bin/ddrive.js new file: config/.env_sample
28 lines
345 B
Plaintext
28 lines
345 B
Plaintext
### macOS template
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# User-specific stuff
|
|
.idea/
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
_lab/
|
|
|
|
.github/
|
|
|
|
docker/
|
|
|
|
.dockerignore
|
|
|
|
.env
|