mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
fix: merge multiple .gitignore to unify management (#61)
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -159,3 +159,32 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# frontend
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
frontend/node_modules
|
||||||
|
frontend/.pnp
|
||||||
|
.pnp.js
|
||||||
|
|
||||||
|
# testing
|
||||||
|
frontend/coverage
|
||||||
|
|
||||||
|
# production
|
||||||
|
frontend/build
|
||||||
|
frontend/dist
|
||||||
|
|
||||||
|
# misc
|
||||||
|
.DS_Store
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# agent
|
||||||
|
.envrc
|
||||||
|
agent/workspace
|
||||||
|
|||||||
3
agent/.gitignore
vendored
3
agent/.gitignore
vendored
@@ -1,3 +0,0 @@
|
|||||||
.envrc
|
|
||||||
__pycache__
|
|
||||||
./workspace
|
|
||||||
24
frontend/.gitignore
vendored
24
frontend/.gitignore
vendored
@@ -1,24 +0,0 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
||||||
|
|
||||||
# dependencies
|
|
||||||
/node_modules
|
|
||||||
/.pnp
|
|
||||||
.pnp.js
|
|
||||||
|
|
||||||
# testing
|
|
||||||
/coverage
|
|
||||||
|
|
||||||
# production
|
|
||||||
/build
|
|
||||||
/dist
|
|
||||||
|
|
||||||
# misc
|
|
||||||
.DS_Store
|
|
||||||
.env.local
|
|
||||||
.env.development.local
|
|
||||||
.env.test.local
|
|
||||||
.env.production.local
|
|
||||||
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
1
server/.gitignore
vendored
1
server/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
__pycache__
|
|
||||||
Reference in New Issue
Block a user