initial-commit-fix-CI #1
@@ -7,6 +7,15 @@ __pycache__/
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Node.js/npm
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.npm
|
||||
.yarn-integrity
|
||||
package-lock.json
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"prettier": "3.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user