Skip to content

Commit 6e3aedf

Browse files
phasenraum2010phasenraum2010
authored andcommitted
JPA with PostgreSQL
1 parent c324c72 commit 6e3aedf

File tree

3 files changed

+472
-5
lines changed

3 files changed

+472
-5
lines changed

.gitattributes

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# These files are text and should be normalized (Convert crlf => lf)
2+
*.php text
3+
*.css text
4+
*.js text
5+
*.htm text
6+
*.html text
7+
*.xml text
8+
*.txt text
9+
*.ini text
10+
*.inc text
11+
.htaccess text
12+
13+
# These files are binary and should be left untouched
14+
# (binary is a macro for -text -diff)
15+
*.png binary
16+
*.jpg binary
17+
*.jpeg binary
18+
*.gif binary
19+
*.ico binary
20+
*.mov binary
21+
*.mp4 binary
22+
*.mp3 binary
23+
*.flv binary
24+
*.fla binary
25+
*.swf binary
26+
*.gz binary
27+
*.zip binary
28+
*.7z binary
29+
*.ttf binary
30+
31+
# Auto detect text files and perform LF normalization
32+
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
33+
* text=auto
34+
35+
# Documents
36+
*.doc diff=astextplain
37+
*.DOC diff=astextplain
38+
*.docx diff=astextplain
39+
*.DOCX diff=astextplain
40+
*.dot diff=astextplain
41+
*.DOT diff=astextplain
42+
*.pdf diff=astextplain
43+
*.PDF diff=astextplain
44+
*.rtf diff=astextplain
45+
*.RTF diff=astextplain

0 commit comments

Comments
 (0)