Skip to content

Commit 2fe6eb3

Browse files
authored
Merge pull request #3 from CheckPointSW/cleanup
Remove build files
2 parents 146afe7 + 324fa0b commit 2fe6eb3

35 files changed

+40
-7546
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Dependency directories
2+
node_modules/
3+
4+
# Build output
5+
dist/
6+
7+
# Environment variables
8+
.env
9+
10+
# IDE files
11+
.vscode/
12+
.idea/
13+
14+
# Logs
15+
logs/
16+
*.log
17+
npm-debug.log*
18+
19+
# OS specific files
20+
.DS_Store
21+
Thumbs.db
22+
23+
python_code/
24+
25+
# TypeScript build info
26+
*.tsbuildinfo
27+
28+
# Map and declaration files
29+
*.d.ts.map
30+
*.js.map
31+
32+
# Backup and temp files
33+
*.bak
34+
*.swp
35+
*.swo
36+
37+
# Extra
38+
.env.local
39+
# Specify filepatterns you want git to ignore.
40+

debug-api.ts

Whitespace-only changes.

packages/infra/README.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

packages/infra/dist/api-client.d.ts

Lines changed: 0 additions & 88 deletions
This file was deleted.

packages/infra/dist/api-client.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)