Skip to content

Commit bb40231

Browse files
committed
feat(repo)
1 parent 1772273 commit bb40231

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Encrypt the repository
2+
# Remove/modify this line if the repository is meant to be open-source
3+
*.* filter=git-crypt diff=git-crypt
4+
.gitattributes !filter !diff
5+
6+
# These files are text and should be normalized (Convert crlf => lf)
7+
*.scss text
8+
*.css text
9+
*.js text
10+
*.ts text
11+
*.html text
12+
13+
# Auto detect text files and perform LF normalization
14+
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
15+
* text=auto

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# bzz
22

3-
Que mejor nombre que `bzz` o `foo` para un repositorio de *Pruebas de Concepto*
3+
Que mejor nombre que `bzz` o `foo` para un repositorio de **Pruebas de Concepto**

javascript.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pruebas de concepto

typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pruebas de concepto

vue.vue

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pruebas de concepto

0 commit comments

Comments
 (0)