Skip to content

Commit e9e1b32

Browse files
authored
Merge pull request #289 from shivasurya/shiva/npm-publish
🚀 Release: SecureFlow CLI - AI-Powered Security Analysis Tool
2 parents 6ab5a05 + afef0cf commit e9e1b32

File tree

5 files changed

+973
-16
lines changed

5 files changed

+973
-16
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Development files
2+
.DS_Store
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Test files
9+
test/
10+
tests/
11+
*.test.js
12+
*.spec.js
13+
14+
# Development tools
15+
.vscode/
16+
.idea/
17+
*.swp
18+
*.swo
19+
20+
# Build artifacts
21+
dist/
22+
build/
23+
coverage/
24+
25+
# Docker files (optional - remove if you want to include them)
26+
Dockerfile
27+
docker-compose.yml
28+
.dockerignore
29+
30+
# Git
31+
.git/
32+
.gitignore
33+
34+
# Node modules (already ignored by default)
35+
node_modules/
36+
37+
# Results directory
38+
results/
39+
40+
# Tools directory (development scripts)
41+
tools/
42+
43+
# TypeScript source files (keep compiled JS)
44+
*.ts
45+
!*.d.ts
46+
47+
# Development configs
48+
.eslintrc*
49+
.prettierrc*
50+
tsconfig.json

0 commit comments

Comments
 (0)