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 9ddc500 commit af300dcCopy full SHA for af300dc
.gitignore
@@ -2,26 +2,26 @@
2
*
3
4
# Ignore all files in subdirectories
5
-#**/**
+#/src/projects/**
6
7
# Unignore all with extensions
8
!*.*
9
10
# Unignore all files in subdirectories
11
/*
12
-!/*.asm
13
-!/*.c
14
-!/*.sh
15
-!/*.md
16
-!/*.txt
17
-!/*/
+!/src/projects/*.asm
+!/src/projects/*.c
+!/src/projects/*.sh
+!/src/projects/*.md
+!/src/projects/*.txt
+!/src/projects/*/
18
/*/**
19
20
-!/**/*.asm
21
-!/**/*.c
22
-!/**/*.sh
23
-!/**/*.md
24
-!/**/*.txt
+!/src/projects/**/*.asm
+!/src/projects/**/*.c
+!/src/projects/**/*.sh
+!/src/projects/**/*.md
+!/src/projects/**/*.txt
25
26
# Except source code files
27
!.gitignore
0 commit comments