Browse Source

joined remotely created repo with local repo

master
Lukasz Jarosz 5 years ago
parent
commit
5ac7ef3d58
3 changed files with 51 additions and 0 deletions
  1. 44
    0
      .gitignore
  2. 5
    0
      LICENSE
  3. 2
    0
      README.md

+ 44
- 0
.gitignore View File

@@ -1 +1,45 @@
1
+# ---> macOS
2
+*.DS_Store
3
+.AppleDouble
4
+.LSOverride
5
+
6
+# Icon must end with two \r
7
+Icon
8
+
9
+
10
+# Thumbnails
11
+._*
12
+
13
+# Files that might appear in the root of a volume
14
+.DocumentRevisions-V100
15
+.fseventsd
16
+.Spotlight-V100
17
+.TemporaryItems
18
+.Trashes
19
+.VolumeIcon.icns
20
+.com.apple.timemachine.donotpresent
21
+
22
+# Directories potentially created on remote AFP share
23
+.AppleDB
24
+.AppleDesktop
25
+Network Trash Folder
26
+Temporary Items
27
+.apdisk
28
+
29
+# ---> Linux
30
+*~
31
+
32
+# temporary files which can be created if a process still has a handle open of a deleted file
33
+.fuse_hidden*
34
+
35
+# KDE directory preferences
36
+.directory
37
+
38
+# Linux trash folder which might appear on any partition or disk
39
+.Trash-*
40
+
41
+# .nfs files are created when an open file is removed but is still being accessed
42
+.nfs*
43
+
1 44
 .atom-build.yml
45
+

+ 5
- 0
LICENSE View File

@@ -0,0 +1,5 @@
1
+MIT License
2
+Copyright (c) <year> <copyright holders>
3
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 2
- 0
README.md View File

@@ -0,0 +1,2 @@
1
+# fat-gitea
2
+

Loading…
Cancel
Save