Skip to content

Commit

Permalink
New commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcaria Cloe committed May 14, 2024
1 parent c3cba3f commit 88f493d
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* text=auto
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{ps1,[pP][sS][1]} text eol=crlf
*.{psm1,[pP][sS][mM][1]} text eol=crlf
*.{psd1,[pP][sS][dD][1]} text eol=crlf
*.{ps1xml,[pP][sS][1][xX][mM][lL]} text eol=crlf
*.sh text eol=lf
.githooks/** text eol=lf
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
*.bak
*.class
*.ctxt
*.ear
*.jar
*.launch
*.log
*.nar
*.pydevproject
*.rar
*.swp
*.tar.gz
*.tmp
*.war
*.zip
*~.nib
.apt_generated/
.autotools
.buildpath
.cache-main
.cproject
.externalToolBuilders/
.factorypath
.loadpath
.metadata
.mtj.tmp/
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
.recommenders
.recommenders/
.scala_dependencies
.settings/
.springBeans
.svn/
.target
.tern-project
.texlipse
.worksheet
/.tgitconfig
bac_a_sable/
bin/
buildNumber.properties
dependency-reduced-pom.xml
hs_err_pid*
local.properties
pom.xml.next
pom.xml.releaseBackup
pom.xml.tag
pom.xml.versionsBackup
release.properties
sandbox/
target/
tmp/
*.sample
/.githooks

0 comments on commit 88f493d

Please sign in to comment.