XPlor/.gitignore
njohnson 42373120b0 Clean up report issue dialog with build-time token
- API token loaded from .env at build time via qmake
- All fields required with validation
- Email validation with regex
- Cleaner UI with placeholder text
- Added .env to gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 00:37:55 -05:00

51 lines
585 B
Plaintext

/build/
/data/dlls/
/data/fastfiles/
/releases/
/exports/
/docs/
.vscode/*
.qmake.stash
# Ignore Qt Creator user files
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.creator.user
*.creator.user.*
*.creator.*
*.ps1
version.txt
*.autosave
*.XMODEL_EXPORT
data/obj/*
libs/*/release/*
libs/*/debug/*
.git.stash
*Makefile*
.claude/
# Build artifacts
*.lib
*.pdb
*.obj
ui_*.h
moc_*.cpp
qrc_*.cpp
# Temporary files
*.bat
stderr.txt
stdout.txt
nul
%REPORT%
test.md
scripts/
tools/steamcmd/
# Environment files (API keys)
.env
app/.env