Skip to content

Commit

Permalink
add a gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Dec 18, 2024
1 parent 1b03b0a commit 5d0300d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3,227 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Ignore NDC metadata directory
static/relational/postgres/ndc-metadata/

# Common directories to ignore
node_modules/
dist/
build/
.env

# OS files
.DS_Store
Thumbs.db

# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~

# Logs
*.log
logs/
npm-debug.log*

# Binary files that get downloaded
static/relational/postgres/ndc-postgres-cli
static/relational/postgres/ndc-test
static/relational/postgres/ndc-test-local
Loading

0 comments on commit 5d0300d

Please sign in to comment.