Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanmukhsvstp authored May 6, 2023
1 parent a9840bf commit 048d875
Show file tree
Hide file tree
Showing 4 changed files with 29,732 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# dotenv environment variables file
.env
.env.test
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Security Policy

## Supported Versions

This repository is not actively maintained but I try as much as I can to fix all reported vulnerabilities.

## Reporting a Vulnerability

To report a vulnerability, you can send me an email at [email protected]. Thank you.
Loading

0 comments on commit 048d875

Please sign in to comment.