We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0733211 commit ca4197bCopy full SHA for ca4197b
.augmentignore
@@ -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