Skip to content

Commit ca4197b

Browse files
winlinvipJackLau1222
authored andcommitted
AI: Add ignore for augment code.
1 parent 0733211 commit ca4197b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.augmentignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# Build artifacts
3+
**/objs/**
4+
**/build/**
5+
**/*.o
6+
**/*.a
7+
**/*.so
8+
**/*.dylib
9+
**/*.d
10+
11+
# IDE files
12+
**/.idea/**
13+
**/.vscode/**
14+
**/.run/**
15+
16+
# Generated files
17+
**/.tmp/**
18+
**/fate-suite/**
19+
**/*.flv
20+
**/*.mp4
21+
**/*.ts
22+
23+
# Other files.
24+
**/tools/**
25+
**/tests/**

0 commit comments

Comments
 (0)