[0f7036]: / .gitignore  Maximize  Restore  History

Download this file

32 lines (22 with data), 570 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

############################################################
# DO NOT EDIT THIS FILE - the content may be overwritten
# Version: 1.0.0.0
############################################################


# Ignore everything
/*

# Do not ignore .gitignore files
!.gitignore
!*/.gitignore

# Do not ignore .gitattributes files
!.gitattributes
!*/.gitattributes

# Do not ignore .gitkeep files
!.gitkeep
!*/.gitkeep

# Do not ignore the directory /project
!project/

# Ignore *.ours and *.theirs files in 
project/**/*.ours
project/**/*.theirs

# Ignore .apsession
.apsession