mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-18 04:07:38 +02:00
Compare commits
No commits in common. "f7491f8b9e295cb2b1bf49dd0923c4bbdaeba2a7" and "fc2a6cbf173c09ca290bb8804734f1d3dd4afeef" have entirely different histories.
f7491f8b9e
...
fc2a6cbf17
15
.gitattributes
vendored
15
.gitattributes
vendored
@ -1,18 +1,3 @@
|
|||||||
# Normalize line endings for text files
|
|
||||||
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
|
|
||||||
* text=auto
|
|
||||||
|
|
||||||
# Unlikely to be ran under Windows, Linux line endings
|
|
||||||
*.bash text eol=lf
|
|
||||||
|
|
||||||
# While this repository doesn't currently have anything for Windows, I may
|
|
||||||
# use this for reference
|
|
||||||
# https://rehansaeed.com/gitattributes-best-practices/#line-endings
|
|
||||||
*.{reg,[rR][eE][gG]} text eol=crlf
|
|
||||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
||||||
*.{ahk,[aA][hH][kK]} text eol=crlf
|
|
||||||
|
|
||||||
# LFS with(/out) locking https://github.com/git-lfs/git-lfs/wiki/File-Locking
|
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text lockable
|
*.png filter=lfs diff=lfs merge=lfs -text lockable
|
||||||
*.pdf filter=lfs diff=lfs merge=lfs -text lockable
|
*.pdf filter=lfs diff=lfs merge=lfs -text lockable
|
||||||
*.jpg filter=lfs diff=lfs merge=lfs -text lockable
|
*.jpg filter=lfs diff=lfs merge=lfs -text lockable
|
||||||
|
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -7,15 +7,3 @@
|
|||||||
[submodule "briar/forums/PandaCoderPL"]
|
[submodule "briar/forums/PandaCoderPL"]
|
||||||
path = briar/forums/PandaCoderPL
|
path = briar/forums/PandaCoderPL
|
||||||
url = https://codeberg.org/PandaCoderPL/Briar-Forums.git
|
url = https://codeberg.org/PandaCoderPL/Briar-Forums.git
|
||||||
[submodule "associations/piraattinuoret/meeting-notes/official"]
|
|
||||||
path = associations/piraattinuoret/meeting-notes/official
|
|
||||||
url = https://github.com/Piraattinuoret/Poytakirjat.git
|
|
||||||
[submodule "submodules/PPFI-IM"]
|
|
||||||
path = submodules/PPFI-IM
|
|
||||||
url = https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git
|
|
||||||
[submodule "language-resources"]
|
|
||||||
path = language-resources
|
|
||||||
url = https://gitea.blesmrt.net/mikaela/language-resources.git
|
|
||||||
[submodule "food"]
|
|
||||||
path = food
|
|
||||||
url = https://gitea.blesmrt.net/mikaela/ruokajutut
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 448ba43b462d1fbca6eeee21fd27dcea8e1dfb72
|
|
1
food
1
food
@ -1 +0,0 @@
|
|||||||
Subproject commit 8b2b85f37767f77ab006402471b852cd16c9dc8a
|
|
1
irc/.gitignore
vendored
1
irc/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
PPFI
|
|
@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# Remove cstemplate and return to network level
|
# Remove cstemplate and return to network level
|
||||||
echo "/cs template $1 founder -*"
|
echo "/cs template $1 founder -*"
|
||||||
echo "/cs template $1 successor -*"
|
echo "/cs template $1 successor -*"
|
1
irc/piraatit/discord-irc/.gitignore
vendored
1
irc/piraatit/discord-irc/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
start
|
|
@ -1 +0,0 @@
|
|||||||
start.bash
|
|
3
irc/piraatit/discord-irc/start
Executable file
3
irc/piraatit/discord-irc/start
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
cd /home/discord-irc/discord-irc
|
||||||
|
npm start -- --config /home/discord-irc/config.json
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
cd /home/discord-irc/discord-irc
|
|
||||||
npm start -- --config /home/discord-irc/config.json
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 882dbd81dc4d3aa6a61a05ea66c93e34b4908c09
|
|
1
matrix/.gitignore
vendored
1
matrix/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
PPFI
|
|
@ -1 +0,0 @@
|
|||||||
../submodules/PPFI-IM
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 38a998a3ad8f3ca1da760371d90d6d1f572a26fe
|
|
@ -1,2 +0,0 @@
|
|||||||
Submodules that don't belong strictly to one directory and are useful for
|
|
||||||
symlinks.
|
|
Loading…
x
Reference in New Issue
Block a user