Skip to content

Commit

Permalink
Revert gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
WillXuCodes committed May 31, 2024
1 parent 9c57f6a commit b1cd6eb
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Compiled Object files
*.o
*.obj

# Executables
*.bin
*.elf

# PROS
bin/
.vscode/
Expand All @@ -14,4 +33,14 @@ compile_commands.json
temp.log
temp.errors
*.ini
.d/
.d/

EZ-Template-Example-Project/bin/
EZ-Template-Example-Project/.vscode/
EZ-Template-Example-Project/.cache/
EZ-Template-Example-Project/compile_commands.json
EZ-Template-Example-Project/temp.log
EZ-Template-Example-Project/temp.errors
EZ-Template-Example-Project/*.ini
EZ-Template-Example-Project/.d/
.d/

0 comments on commit b1cd6eb

Please sign in to comment.