feat: implement ORCID API client and update gitignore to exclude environment files
This commit is contained in:
@@ -44,6 +44,13 @@ docker-data/
|
||||
postgres_data/
|
||||
redis_data/
|
||||
|
||||
# --- ENVIRONMENT VARIABLES ---
|
||||
# Secret files shouldn't be committed
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.template
|
||||
|
||||
# --- OS / EDITOR ---
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user