Skip to content

Commit

Permalink
fix: merge multiple .gitignore to unify management (All-Hands-AI#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
huybery authored Mar 20, 2024
1 parent fd27766 commit a94f3d8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 28 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,32 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
.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 changes: 0 additions & 3 deletions agent/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions frontend/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion server/.gitignore

This file was deleted.

0 comments on commit a94f3d8

Please sign in to comment.