Skip to content

Commit

Permalink
updates .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
anskarl committed Sep 7, 2024
1 parent c7892cf commit f8b36c3
Showing 1 changed file with 88 additions and 88 deletions.
176 changes: 88 additions & 88 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
# use glob syntax.
syntax: glob
*.ser
*.class
*~
*.bak
#*.off
*.old
.DS_Store


# eclipse conf file
.settings
.classpath
.project
.manager
.scala_dependencies

# idea
.idea
*.iml
*.ipr
*.iws

# building
target
build
null
tmp*
temp*
test-output
build.log

# other scm
.svn
.CVS
.hg*

# switch to regexp syntax.
# syntax: regexp
# ^\.pc/

#SHITTY output not in target directory
build.log

# other
tmp
*.swp
! .gitkeep
*.log
.directory
*.result
*.counts
*.fg
*.description

Release

.ensime
.ensime_*


# sbt specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
project/project/
project/target/

# Scala-IDE specific
.scala_dependencies
.worksheet
.metals

# ignore locally managed libraries
lib/

# ignore scala worksheet files
*.sc

# ignore Mac OS files
.DS_Store
# use glob syntax.
syntax: glob
*.ser
*.class
*~
*.bak
#*.off
*.old
.DS_Store
.bsp/

# eclipse conf file
.settings
.classpath
.project
.manager
.scala_dependencies

# idea
.idea
*.iml
*.ipr
*.iws

# building
target
build
null
tmp*
temp*
test-output
build.log

# other scm
.svn
.CVS
.hg*

# switch to regexp syntax.
# syntax: regexp
# ^\.pc/

#SHITTY output not in target directory
build.log

# other
tmp
*.swp
! .gitkeep
*.log
.directory
*.result
*.counts
*.fg
*.description

Release

.ensime
.ensime_*


# sbt specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
project/project/
project/target/

# Scala-IDE specific
.scala_dependencies
.worksheet
.metals

# ignore locally managed libraries
lib/

# ignore scala worksheet files
*.sc

# ignore Mac OS files
.DS_Store

0 comments on commit f8b36c3

Please sign in to comment.