mirror of
https://gh.wpcy.net/https://github.com/aspirepress/InteropSpec.git
synced 2026-07-15 09:36:38 +08:00
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
28 lines
296 B
Text
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
|