Skip to content

Commit

Permalink
remove gutenberg gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pacotole committed May 18, 2022
1 parent ad6190e commit 27f2b03
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
31 changes: 30 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
node_modules/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Coverage directory used by tools like istanbul
coverage

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Output of `npm pack`
*.tgz

# Output of `wp-scripts plugin-zip`
*.zip

# dotenv environment variables file
.env
30 changes: 0 additions & 30 deletions gutenberg/.gitignore

This file was deleted.

0 comments on commit 27f2b03

Please sign in to comment.