mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 01:57:51 -05:00
- automate license updates - license text rendered in monospace font - removed old bower license generation code
89 lines
1.1 KiB
Plaintext
89 lines
1.1 KiB
Plaintext
# Dependency directories
|
|
node_modules
|
|
vendor
|
|
public/resources
|
|
public/images/menubar/*
|
|
!public/images/menubar/.gitkeep
|
|
public/license/*
|
|
!public/license/.gitkeep
|
|
app/Config/email.php
|
|
npm-debug.log*
|
|
|
|
# Docker
|
|
!docker/.env
|
|
docker/data/database/db/*
|
|
docker/data/certbot/conf/*
|
|
docker/data/ospos/app/*
|
|
|
|
# Editors
|
|
## SublimeText
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
*.stTheme.cache
|
|
*.sublime-workspace
|
|
|
|
## VisualStudioCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
## Vim
|
|
*.sw[a-p]
|
|
|
|
## WebStorm/IntelliJ
|
|
/.idea
|
|
modules.xml
|
|
*.ipr
|
|
*.iml
|
|
|
|
# System files
|
|
*.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
._*
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Other
|
|
generate_languages.php
|
|
dist
|
|
docs
|
|
/patches
|
|
translations
|
|
/.buildpath
|
|
/.project
|
|
/.settings/*
|
|
*.patch
|
|
git-svn-diff.py
|
|
*.bash
|
|
.swp
|
|
system/
|
|
*.swp
|
|
*.rej
|
|
*.orig
|
|
*~
|
|
*.~
|
|
.env
|
|
auth.json
|
|
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.webp
|
|
*copy*
|
|
/writable/logs/*.log
|
|
/writable/debugbar/*.json
|
|
/app/Database/database.sql
|
|
/writable/cache/settings
|
|
/.env.bak
|