Skip to content

Commit

Permalink
Ignore sqlite files
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Mar 22, 2024
1 parent d51e648 commit 905556e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore parallel test databases
db/test.sqlite3-*
db/test_scratch.sqlite3-*
# SQLite files
db/development.sqlite3-shm
db/development.sqlite3-wal

# Ignore all logfiles and tempfiles.
/log/*
Expand Down Expand Up @@ -59,10 +65,6 @@ yarn-debug.log*
# Ignore pickled files
**/*.pkl

# Ignore parallel test databases
db/test.sqlite3-*
db/test_scratch.sqlite3-*

# Ignore configuration
config/configuration.yml
config/database.yml
Expand All @@ -75,4 +77,6 @@ services/whatsopt_server/optimizer_store/oneramdao
app/javascript/XDSMjs

# Ignore Openmdao reports
**/reports
**/reports

# Ignore sqlite files

0 comments on commit 905556e

Please sign in to comment.