Skip to content

Commit

Permalink
Updated the .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Jan 13, 2024
2 parents 080c467 + fc0c99e commit 7f4fd46
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,24 @@ docs/schema.json
# Ignore redis binary dump (dump.rdb) files
*.rdb

# Miscellaneous files
# No node modules
node_modules/**

node_modules
# No editor related files
.idea
.vscode

# Don't upload configuration files
.env

# Ignore uploads
image/**
images/**
video/**
videos/**
.vscode

# Don't ignore any .gitignore files in any location
!.gitignore

# Added as the documentation only refers to npm, not yarn and pnpm.
yarn.lock
Expand All @@ -29,10 +37,10 @@ serviceAccountKey.json
cert.pem
key.pem
csr.pem

# Added FNM configuration files
.node-version

# MacOS

# MacOS files
.DS_STORE

Empty file added image/.gitignore
Empty file.
Empty file added videos/.gitignore
Empty file.

0 comments on commit 7f4fd46

Please sign in to comment.