InteropSpec/.gitignore
Yosef Eliezrie cd1c13aded Reorganise Repo to support having both theme and plugin specs
Reorganised repo and fixed readme files to support the repo containing both plugin and theme specs. For now there is only the plugin specification but themes will be added soon by @antpb
2024-10-23 16:56:12 +11:00

28 lines
296 B
Text

# Logs
logs
*.log
*/npm-debug.log*
*/yarn-debug.log*
*/yarn-error.log*
# Output/build
*/lib
# Runtime data
*/pids
*.pid
*.seed
*.pid.lock
# Dependency directories
*/node_modules/
*/jspm_packages/
# dotenv environment variables file
.env
# next.js build output
.next
# macOS files
.DS_Store