Diff of /.gitignore [000000] .. [21f885]  Maximize  Restore

Switch to unified view

a b/.gitignore
1
2
############################################################
3
# DO NOT EDIT THIS FILE - the content may be overwritten
4
# Version: 1.0.0.0
5
############################################################
6
7
8
# Ignore everything
9
/*
10
11
# Do not ignore .gitignore files
12
!.gitignore
13
!*/.gitignore
14
15
# Do not ignore .gitattributes files
16
!.gitattributes
17
!*/.gitattributes
18
19
# Do not ignore .gitkeep files
20
!.gitkeep
21
!*/.gitkeep
22
23
# Do not ignore the directory /project
24
!project/
25
26
# Ignore *.ours and *.theirs files in 
27
project/**/*.ours
28
project/**/*.theirs
29
30
# Ignore .apsession
31
.apsession