Skip to content

Commit

Permalink
18.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dream-alpha committed Oct 10, 2024
1 parent 79500c2 commit 43665b2
Show file tree
Hide file tree
Showing 189 changed files with 12,870 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Auto detect text files and perform LF normalization
* text=text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.so binary
*.deb binary
*.mo binary

# Set encoding
*.py encoding=UTF-8
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini

# Mac crap
.DS_Store

# Eclipse Files
#.pydevproject
#.project
#.settings

# Python Files
*.pyo
*.pyc

# Ignore *.mo Files in po-folder
/po/*.mo

# For lunatic users of multiple revision control systems
.svn
.svnignore
Loading

0 comments on commit 43665b2

Please sign in to comment.