Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Vidéos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Vidéos
Commits
e063f46a
Commit
e063f46a
authored
5 years ago
by
Julien Maulny
Committed by
Chocobozzz
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add generated files to gitignore to have a clean stage
parent
5a1e4848
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
client/.gitignore
+2
-1
2 additions, 1 deletion
client/.gitignore
with
4 additions
and
1 deletion
.gitignore
+
2
−
0
View file @
e063f46a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
/node_modules/
/node_modules/
/server/tools/node_modules
/server/tools/node_modules
*npm-debug.log
*npm-debug.log
yarn-error.log
# Testing
# Testing
/test1/
/test1/
...
@@ -45,3 +46,4 @@
...
@@ -45,3 +46,4 @@
/*.asc
/*.asc
/server/tools/import-mediacore.ts
/server/tools/import-mediacore.ts
/docker-volume/
/docker-volume/
/init.mp4
This diff is collapsed.
Click to expand it.
client/.gitignore
+
2
−
1
View file @
e063f46a
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
/stats.json
/stats.json
/dll
/dll
/.awcache
/.awcache
/src/locale/pending_target/
/src/locale/target/iso639_*.xml
/src/locale/target/iso639_*.xml
/src/locale/target/player_*.xml
/src/locale/target/player_*.xml
/src/locale/target/server_*.xml
/src/locale/target/server_*.xml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment