Files
openhuman/.gitignore
T
Steven Enamakel 492a3544d4 Remove .env file and update .gitignore to include environment variable files
- Deleted the .env file to enhance security by removing sensitive information from the repository.
- Updated .gitignore to ensure that .env files are ignored, preventing accidental commits of sensitive data.

These changes improve the security posture of the project by safeguarding environment variables.
2026-01-28 01:57:06 +05:30

30 lines
307 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Environment variables
.env
.env.local
.env.*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?