mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-06 08:16:02 +00:00
17 lines
207 B
Text
17 lines
207 B
Text
# Source (dist/ is the compiled output)
|
|
src/
|
|
tsconfig.json
|
|
|
|
# Dev files
|
|
*.ts
|
|
!dist/**/*.d.ts
|
|
.git/
|
|
.gitignore
|
|
node_modules/
|
|
|
|
# Package lock (consumers use their own)
|
|
package-lock.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|