mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-04 01:28:58 -04:00
doc: Fix ignore files api in README.md
This commit is contained in:
parent
6ae95fec45
commit
f7ba7b95be
14
README.md
14
README.md
@ -296,23 +296,11 @@ The file format is similar to .gitignore:
|
|||||||
- To negate a pattern, use ! at the beginning of the line
|
- To negate a pattern, use ! at the beginning of the line
|
||||||
```
|
```
|
||||||
# Ignore all files in the build directory
|
# Ignore all files in the build directory
|
||||||
build/
|
/build
|
||||||
|
|
||||||
# Ignore all temporary files
|
|
||||||
*.tmp
|
*.tmp
|
||||||
*.temp
|
|
||||||
|
|
||||||
# Ignore all files with .log extension
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Ignore a specific file
|
# Ignore a specific file
|
||||||
src/generated/autogen.cpp
|
src/generated/autogen.cpp
|
||||||
|
|
||||||
# Ignore nested directories
|
|
||||||
**/node_modules/
|
|
||||||
|
|
||||||
# Negation - DO NOT ignore this file
|
|
||||||
!src/important.cpp
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user