Skip to content

Commit

Permalink
Merge pull request #72 from mdedetrich/update-gitignore-file
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
raboof authored Oct 24, 2024
2 parents c523478 + aa7ea9b commit 4ba5431
Showing 1 changed file with 17 additions and 44 deletions.
61 changes: 17 additions & 44 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,20 @@
public
logs
target
*.ipr
*.iws
*.iml
#scala worksheet
*.sc
.idea
.idea_modules
.classpath
.project
.settings
.cache-main
.cache-tests
.history
.vscode
RUNNING_PID
project/project
setEnvVars.sh
*.log

~$*.*

bin/
node_modules/
conf/application.local-personal.conf
### SBT template
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control

## Client / React

client/coverage
client/build
client/node_modules
client/stats.json
client/reports
client/buildStats.json
node_modules/

npm-debug.log.*
npm-debug.log
.DS_Store
.sonar/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.history
.cache
.lib/

.ensime
.ensime_cache
### Scala template
*.class
*.log

**/.bsp/sbt.json
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

0 comments on commit 4ba5431

Please sign in to comment.