-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 890 Bytes
/
.gitignore
File metadata and controls
42 lines (34 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Ignore everything.
/*
*/*
# Add these files/directories and subdirectories.
# git specific configs.
!.gitignore
# gitlab ci/cd specific configs.
!.gitlab-ci.yml
!README.gitlab-ci.md
# Helper scripts specific configs.
!helper-scripts
!helper-scripts/generate_version_id.sh
!helper-scripts/release_version_id.sh
!helper-scripts/install-pre-requists.sh
# package manager specific configs.
!package.json
!yarn.lock
# Development environment specific configs.
# Currently only for vscode specific.
!.vscode
!.vscode/launch.json
!.devcontainer
!.devcontainer/devcontainer.json
!.devcontainer/Dockerfile
!.devcontainer/docker-compose.yml
!.devcontainer/post-create-command.sh
!.devcontainer/devcontainer-docker-compose.json
!.devcontainer/devcontainer-docker-compose.yml
!.devcontainer/README.devcontainer.md
# README.
!README.md
# Dummy projects directory.
!projects
!projects/.gitkeep