Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yeranosyanvahan committed Nov 18, 2023
1 parent a9dc27a commit f2bf53f
Showing 1 changed file with 77 additions and 1 deletion.
78 changes: 77 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,77 @@
c
# Dependency directories
node_modules/
.cache/
public/

*chatgpt*

# Optional eslint cache
.eslintcache

# MacOS folder attributes
.DS_Store

# Optional vscode directory
.vscode/

# Gatsby files
*.log
*.ico
*.map

# System Files
*.sav
*.state

# Yarn
yarn-error.log
.pnp/
.pnp.js

# dotenv environment variables file
.env
.env.development
.env.production
.env.*.local

# Gatsby build output
/public

# Parcel build output
/dist

# Yarn Plug'n'Play: https://yarnpkg.com/en/docs/pnp
.pnp.*

# Gatsby
/.cache/
/public
gatsby-config.js
gatsby-node.js

# Misc
*.DS_Store
Thumbs.db

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# npm
package-lock.json
npm-debug.log*

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*


update.py

0 comments on commit f2bf53f

Please sign in to comment.