mirror of
https://gitlab.com/Anson-Projects/spacesystemscalc.git
synced 2025-08-03 03:41:29 +00:00
Init Commit
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# App
|
||||
build/*
|
||||
cache/*
|
||||
config/secrets.jl
|
||||
docs/build
|
||||
log/*
|
||||
sessions/*
|
||||
!*.gitkeep
|
||||
Manifest.toml
|
||||
|
||||
# Vagrant
|
||||
.vagrant
|
||||
Vagrantfile
|
||||
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
*.err
|
||||
*.orig
|
||||
*.log
|
||||
*.rej
|
||||
*.swo
|
||||
*.swp
|
||||
*.vi
|
||||
*~
|
||||
*.sass-cache
|
||||
|
||||
# OS or Editor folders
|
||||
.DS_Store
|
||||
.cache
|
||||
.project
|
||||
.settings
|
||||
.tmproj
|
||||
nbproject
|
||||
Thumbs.db
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.vscode
|
||||
.tags*
|
||||
.tags
|
||||
|
||||
# NPM packages folder.
|
||||
node_modules/
|
||||
|
||||
# Database
|
||||
db/*.sqlite
|
Reference in New Issue
Block a user