Skip to content

Commit 37d1783

Browse files
committed
better template for gitognore
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 74fedae commit 37d1783

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.gitignore

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1-
# .gitignore
1+
# Files
22
############
3+
.bashcheck.sh
4+
utility.sh
5+
test
6+
.cache
7+
coverage
8+
dist
39
node_modules
10+
npm-debug
411
.env
12+
var-config.sh
513

614
# Directories
715
############
8-
9-
# Files
10-
############
11-
var-config.sh
16+
/tmp
17+
/temp
1218

1319
# Compiled source #
1420
###################
@@ -98,3 +104,4 @@ TheVolumeSettingsFolder
98104
.FBCIndex
99105
.FBCSemaphoreFile
100106
.FBCLockFolder
107+

0 commit comments

Comments
 (0)