## Description Adds the `appsmith-server/failedServerTests.txt` file to git ignore. #### PR fixes following issue(s) Fixes # (issue number) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated `.gitignore` to exclude a specific log file from version control. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
dist/**
|
|
target/**
|
|
.idea/**
|
|
**/.idea
|
|
**/target
|
|
**/dist
|
|
*.iml
|
|
node_modules
|
|
.settings/**
|
|
**/.settings
|
|
**/.classpath
|
|
**/.project
|
|
**/.factorypath
|
|
container-volumes
|
|
*.env
|
|
dependency-reduced-pom.xml
|
|
appsmith-server/failedServerTests.txt
|