Skip to content
Open

Dev #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 3 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
!*template*
*test*

# Ignore VS Code settings
/.vscode

# Ignore node_modules and settings in dev-insights-auth-server
/dev-insights-auth-server/node_modules
/dev-insights-auth-server/settings.json

# Ignore pnpm related files in dev-insights
/dev-insights/node_modules/.pnpm/
/dev-insights/node_modules/.modules.yaml
# Ignore node_modules and settings
*/node_modules
*/settings.json

# Ignore lock files
**/package-lock.json
Expand Down
98 changes: 0 additions & 98 deletions dev-insights-auth-server/app.js

This file was deleted.

21 changes: 0 additions & 21 deletions dev-insights-auth-server/package.json

This file was deleted.

Loading